diff --git a/src/classes/notifications.ts b/src/classes/notifications.ts index 344f1c9..cfd0c59 100644 --- a/src/classes/notifications.ts +++ b/src/classes/notifications.ts @@ -92,7 +92,7 @@ export default class AccountNotifications { } } - throttleUpdateTimeline = _throttle(this.updateTimeline.bind(this), 10); + throttleUpdateTimeline = _throttle(this.updateTimeline.bind(this), 1); updateTimeline() { const muteList = replaceableEventsService.getEvent(MUTE_LIST_KIND, this.pubkey).value; const mutedPubkeys = muteList ? getPubkeysFromList(muteList).map((p) => p.pubkey) : [];