wip
This commit is contained in:
parent
f14571dc42
commit
a26c19cbd2
5 changed files with 97 additions and 1 deletions
|
|
@ -458,6 +458,16 @@ const endpoints: Endpoint[] = [
|
|||
withCredential: true,
|
||||
kind: 'following-write'
|
||||
},
|
||||
{
|
||||
name: 'following/requests/cancel',
|
||||
withCredential: true,
|
||||
kind: 'following-write'
|
||||
},
|
||||
{
|
||||
name: 'following/requests/list',
|
||||
withCredential: true,
|
||||
kind: 'following-read'
|
||||
},
|
||||
{
|
||||
name: 'following/stalk',
|
||||
withCredential: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue