Remove old alerts

This commit is contained in:
Jon Staab
2026-01-19 16:33:16 -08:00
parent 9f34b33b7e
commit f85748fef9
17 changed files with 126 additions and 1080 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ export const badgeCount = derived(notifications, notifications => {
})
export const handleBadgeCountChanges = async (count: number) => {
if (get(userSettingsValues).show_notifications_badge) {
if (get(userSettingsValues).alerts_badge) {
try {
await Badge.set({count})
} catch (err) {