feat: Add Instance Messaging extension

This commit is contained in:
Jesse Wierzbinski 2024-08-28 01:26:11 +02:00
parent 8e92899b84
commit 94881b113b
No known key found for this signature in database
2 changed files with 91 additions and 0 deletions

View file

@ -288,6 +288,10 @@ export const navigation: NavGroup[] = [
title: "Extensions",
links: [
{ title: "Custom Emojis", href: "/extensions/custom-emojis" },
{
title: "Instance Messaging",
href: "/extensions/instance-messaging",
},
{ title: "Likes", href: "/extensions/likes" },
{ title: "Migration", href: "/extensions/migration" },
{ title: "Polls", href: "/extensions/polls" },