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

@ -295,6 +295,10 @@ export const navigation: NavGroup[] = [
title: "Instance Messaging",
href: "/extensions/instance-messaging",
},
{
title: "Interaction Controls",
href: "/extensions/interaction-controls",
},
{ title: "Likes", href: "/extensions/likes" },
{ title: "Migration", href: "/extensions/migration" },
{ title: "Polls", href: "/extensions/polls" },