feat: Add Interaction Controls Extension

This commit is contained in:
Jesse Wierzbinski 2024-10-18 16:36:04 +02:00
parent 9ad9436845
commit 1d375491d1
No known key found for this signature in database
4 changed files with 125 additions and 1 deletions

View file

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