mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Allow user to disable achievement notifications
Signed-off-by: limepotato <limepot@protonmail.ch>
This commit is contained in:
parent
6339528ee0
commit
a5bf70d66f
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ export const notificationTypes = [
|
||||||
"groupInvited",
|
"groupInvited",
|
||||||
"app",
|
"app",
|
||||||
"bite",
|
"bite",
|
||||||
|
"achievementEarned",
|
||||||
] as const;
|
] as const;
|
||||||
|
|
||||||
export const noteVisibilities = [
|
export const noteVisibilities = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue