mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 06:18:19 +01:00
feat: ✨ Register more interaction types in the relevant extensions
This commit is contained in:
parent
1d375491d1
commit
c26029681b
|
|
@ -125,4 +125,13 @@ If a vote is cast to a poll that is closed, the vote should be rejected with a `
|
|||
```
|
||||
|
||||
</Col>
|
||||
</Row>
|
||||
</Row>
|
||||
|
||||
## 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:polls#Vote`, for voting on a Poll attached to a Note.
|
||||
|
|
@ -91,4 +91,13 @@ The Reactions Extension extends the [Note](/entities/note) entity with the follo
|
|||
```
|
||||
|
||||
</Col>
|
||||
</Row>
|
||||
</Row>
|
||||
|
||||
## 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:reactions#React`, for adding a Reaction to a Note.
|
||||
|
|
@ -44,4 +44,13 @@ When a user shares a note, the note's original author **must** receive the entit
|
|||
```
|
||||
|
||||
</Col>
|
||||
</Row>
|
||||
</Row>
|
||||
|
||||
## 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:share#Share`, for sharing a Note.
|
||||
Loading…
Reference in a new issue