Skip to content

Commit

Permalink
added new properties "native_url" and "thumb_url" to model social
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyTheTank committed Jan 26, 2016
1 parent b0a5ae1 commit 856b7a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion dist/aping.js
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,9 @@ angular.module('jtt_aping').service('apingModels', [function () {
intern_id : undefined, // INTERN ID of post / video / tweet / ... (facebook id, youtube id, ...)
text : undefined,
caption : undefined,
img_url : undefined,
img_url : undefined, // preview image url (best case 700px)
thumb_url : undefined, // best case 200px (min)
native_url: undefined, // native image url
source : undefined, //
likes: undefined,
shares: undefined,
Expand Down
Loading

0 comments on commit 856b7a2

Please sign in to comment.