mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 19:09:16 +01:00
feat: ✨ Add Interaction Controls Extension
This commit is contained in:
parent
9ad9436845
commit
1d375491d1
4 changed files with 125 additions and 1 deletions
|
|
@ -104,4 +104,15 @@ The Likes extension adds the following collections to the [User](/entities/user)
|
|||
"pub.versia:likes/Likes": "https://example.com/users/6e0204a2-746c-4972-8602-c4f37fc63bbe/likes",
|
||||
"pub.versia:likes/Dislikes": "https://example.com/users/6e0204a2-746c-4972-8602-c4f37fc63bbe/dislikes"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## Interaction Types
|
||||
|
||||
<Note>
|
||||
This section only applies to implementors of the [Interaction Controls Extension](/extensions/interaction-controls).
|
||||
</Note>
|
||||
|
||||
This extension registers the following interaction types:
|
||||
- `pub.versia:likes#Like`, for liking a Note
|
||||
- `pub.versia:likes#Dislike`, for disliking a Note
|
||||
Loading…
Add table
Add a link
Reference in a new issue