MentionAvatars: Also display role icons in role mentions (#2801)

Co-authored-by: Vendicated <vendicated@riseup.net>
This commit is contained in:
SerStars 2024-08-26 12:27:00 +02:00 committed by GitHub
parent 7ec842d4b0
commit 4b16fbcaa9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 64 additions and 9 deletions

View file

@ -546,6 +546,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({
name: "Lumap",
id: 585278686291427338n,
},
SerStars: {
name: "SerStars",
id: 861631850681729045n,
},
} satisfies Record<string, Dev>);
// iife so #__PURE__ works correctly