feat: Add support for developer badges and user role displaying

This commit is contained in:
Jesse Wierzbinski 2024-06-11 17:53:55 -10:00
parent a889f8d142
commit 46193938fe
No known key found for this signature in database
8 changed files with 96 additions and 12 deletions

View file

@ -23,5 +23,12 @@ export const useConfig = () => {
"I'm sorry, Dave. I'm afraid I can't do that.",
"I am the Senate",
],
DEVELOPER_HANDLES: [
"jessew@social.lysand.org",
"aprl@social.lysand.org",
"graphite@social.lysand.org",
"jessew@mk.cpluspatch.com",
"graphite@shonk.phite.ro",
],
};
};