X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/6fb8790fb4ced6b18a5c7a22d02e0cf15516231a..1f0df27c7e2fef086bc1ead7386bc2df2832ad23:/api/posts_all.php diff --git a/api/posts_all.php b/api/posts_all.php index 0831d9f..747741a 100644 --- a/api/posts_all.php +++ b/api/posts_all.php @@ -45,8 +45,14 @@ foreach($bookmarks['bookmarks'] as $row) { } else { $taglist = 'system:unfiled'; } + // The privacy setting in scuttle is to set bStatus to 2 in the database. + if(trim($row['bStatus']) == '2') { + $shared = "no"; + } else { + $shared = "yes"; + } - echo "\t\r\n"; + echo "\t\r\n"; } echo '';