Add support for the featured collection

This commit is contained in:
Thomas Sileo
2018-07-22 21:54:24 +02:00
parent d26d6ba70e
commit f23dbcaf05
3 changed files with 20 additions and 1 deletions

View File

@@ -131,6 +131,7 @@ ME = {
"id": ID,
"following": ID + "/following",
"followers": ID + "/followers",
"featured": ID + "/featured",
"liked": ID + "/liked",
"inbox": ID + "/inbox",
"outbox": ID + "/outbox",