wip
This commit is contained in:
parent
bae44b4708
commit
0be790fa31
6 changed files with 120 additions and 13 deletions
|
|
@ -448,6 +448,16 @@ const endpoints: Endpoint[] = [
|
|||
},
|
||||
kind: 'following-write'
|
||||
},
|
||||
{
|
||||
name: 'following/request/accept',
|
||||
withCredential: true,
|
||||
kind: 'following-write'
|
||||
},
|
||||
{
|
||||
name: 'following/request/reject',
|
||||
withCredential: true,
|
||||
kind: 'following-write'
|
||||
},
|
||||
{
|
||||
name: 'following/stalk',
|
||||
withCredential: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue