]> git.mxchange.org Git - friendica.git/commitdiff
applied documentation convention
authorgerhard6380 <gerhard@seeber.at>
Sun, 7 May 2017 19:43:29 +0000 (21:43 +0200)
committergerhard6380 <gerhard@seeber.at>
Sun, 7 May 2017 19:43:29 +0000 (21:43 +0200)
doc/api.md

index d1f2ebc86b5fb9a35d04210f8b60ea83aabfe983..2cf4cee0017cf50be0191b7ba6cabec7059b24ab 100644 (file)
@@ -790,8 +790,10 @@ On error:
 * allow_cid/allow_gid/deny_cid/deny_gid (optional): on create: empty string or omitting = public photo, specify in format '```<x><y><z>```' for private photo; \r
                        on update: keys need to be present with empty values for setting a private photo now to public\r
 \r
-both calls point to one function for creating AND updating photos. Saves data for the scales 0-2 to database (see above for scale description). Call adds non-visible entries to items table to enable authenticated contacts to comment/like the photo. \r
-Client should pay attention to the fact that updated access rights are not transferred to the contacts. i.e. public photos remain publicly visible if they have been commented/liked before setting visibility back to a limited group. Or: previously limited photos remain limited even if changed to publicly visible. \r
+both calls point to one function for creating AND updating photos. \r
+Saves data for the scales 0-2 to database (see above for scale description). \r
+Call adds non-visible entries to items table to enable authenticated contacts to comment/like the photo. \r
+Client should pay attention to the fact that updated access rights are not transferred to the contacts. i.e. public photos remain publicly visible if they have been commented/liked before setting visibility back to a limited group.\r
 Currently it is best way to inform user that updating rights is not the best way, offer a solution to add photo as a new photo with the new rights. \r
 \r
 #### Return values\r