From ec3d387a6555243bd948c00b3c6b0c2f110635ac Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 15 Feb 2013 14:13:58 -0800 Subject: public scope --- include/items.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/items.php') diff --git a/include/items.php b/include/items.php index bd52b8998..bca1206d2 100755 --- a/include/items.php +++ b/include/items.php @@ -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: -- cgit v1.2.3