Add support for the featured collection
This commit is contained in:
parent
d26d6ba70e
commit
f23dbcaf05
3 changed files with 20 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue