mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 10:59:16 +01:00
feat: ✨ Add Polls
This commit is contained in:
parent
10b6ca1fe9
commit
228ef3c98d
2 changed files with 128 additions and 2 deletions
|
|
@ -19,10 +19,10 @@ User reactions are (like every other entity) federated to all followers, and can
|
|||
<Property name="extension_type" type="string" required>
|
||||
Must be `pub.versia:reactions/Reaction`.
|
||||
</Property>
|
||||
<Property name="author" type="string" required>
|
||||
<Property name="author" type="URI" required typeLink="/types#uri">
|
||||
URI of the [User](/entities/user) that is reacting.
|
||||
</Property>
|
||||
<Property name="object" type="string" required>
|
||||
<Property name="object" type="URI" required typeLink="/types#uri">
|
||||
URI of the [Note](/entities/note) attached to the reaction.
|
||||
</Property>
|
||||
<Property name="content" type="string" required>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue