public scope

This commit is contained in:
friendica
2013-02-15 14:13:58 -08:00
parent b3bc061ae1
commit ec3d387a65
3 changed files with 69 additions and 7 deletions

View File

@@ -626,6 +626,8 @@ function encode_item($item) {
function map_scope($scope) {
switch($scope) {
case 0:
return 'self';
case PERMS_PUBLIC:
return 'public';
case PERMS_NETWORK: