Make the liked collection private

This commit is contained in:
Thomas Sileo
2019-08-14 00:06:58 +02:00
parent ed6e52d77d
commit 4887bd2eb4
3 changed files with 10 additions and 12 deletions

View File

@@ -126,7 +126,6 @@ ME = {
"following": ID + "/following",
"followers": ID + "/followers",
"featured": ID + "/featured",
"liked": ID + "/liked",
"inbox": ID + "/inbox",
"outbox": ID + "/outbox",
"preferredUsername": USERNAME,