]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Bringing the presentation of boolean variables (favorited, truncated, profile_backgro...
authorDan Moore <dan@moore.cx>
Sat, 18 Apr 2009 19:33:36 +0000 (15:33 -0400)
committerDan Moore <dan@moore.cx>
Sat, 18 Apr 2009 19:33:36 +0000 (15:33 -0400)
commit90fb7be99a74689de0d0e2409230d8bd515ac5c3
tree0c2ba2ad7e518be56672d80b1dae28994bba2d31
parentbd41896f4ae4d5a052244cd2f6b40060da01bd43
Bringing the presentation of boolean variables (favorited, truncated, profile_background_tile) and the result from friendships/exist in JSON results from the Twitter Compatible API in line with what the real Twitter API does.

Currently, laconica returns text strings enclosed in quotes instead of bare Javascript booleans.  This change fixes that.

See http://laconi.ca/trac/ticket/1326 for one open issue related to this.
actions/twitapifriendships.php
actions/twitapiusers.php
lib/twitterapi.php