feat: Register more interaction types in the relevant extensions

This commit is contained in:
Jesse Wierzbinski 2024-10-18 16:43:35 +02:00
parent 1d375491d1
commit c26029681b
No known key found for this signature in database
3 changed files with 30 additions and 3 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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.