feat: Add Reactions extension

This commit is contained in:
Jesse Wierzbinski 2024-08-24 13:10:58 +02:00
parent 04b03e136b
commit 10b6ca1fe9
No known key found for this signature in database
2 changed files with 97 additions and 0 deletions

View file

@ -290,6 +290,8 @@ export const navigation: NavGroup[] = [
links: [
{ title: "Custom Emojis", href: "/extensions/custom-emojis" },
{ title: "Likes", href: "/extensions/likes" },
{ title: "Polls", href: "/extensions/polls" },
{ title: "Reactions", href: "/extensions/reactions" },
{ title: "Share", href: "/extensions/share" },
{ title: "Vanity", href: "/extensions/vanity" },
{ title: "WebSockets", href: "/extensions/websockets" },