friendica-addons/remote_permissions
Philipp Holzer 06bb1bc62d
Fix ACLFormatterTest
- Add nullable to expand() function again
- Add angle bracket support to toString()
2019-11-01 14:13:29 +01:00
..
lang NL translation THX JeroenED 2018-08-25 21:12:02 +02:00
templates update addons template dir layout 2013-04-23 08:48:19 -04:00
README.md Update strings 2018-01-20 11:01:59 -05:00
remote_permissions.php Fix ACLFormatterTest 2019-11-01 14:13:29 +01:00
settings.css add Remote Permissions addon 2012-10-11 18:27:04 -06:00

README.md

The Remote Permissions addon enables recipients of private posts to see who else has received the post. This can be beneficial on community servers where people may want to modify the way they speak depending on who can see their comments to the post.

Note that since Friendica is federated, the local hub may have posts that originated elsewhere. In that case, the addon has no way of knowing all the recipients of the post, and it must settle for finding out who else can see it on the local hub.

The hub admin can specify one of two behaviors for this addon:

  • Global: every private post on the local hub will show all recipients (or at least the ones it can discover) of the post to any other users on the local hub
  • Individual: only private posts from those users on the local hub who "opt-in" will show the post recipients. None of the private posts that originated elsewhere will show even partial lists of post recipients