This commit is contained in:
parent
ad20e04000
commit
045fc4607d
@ -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) : [];
|
||||
|
Loading…
Reference in New Issue
Block a user