refactor(wot): single loop only
This commit is contained in:
parent
990f91c0a6
commit
4b6926b0b9
@ -98,9 +98,7 @@ export const findFollowsAndMuteUsers = async (
|
||||
follows.add(f)
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
events.forEach((event) => {
|
||||
if (event.kind === NDKKind.MuteList) {
|
||||
filterValidPTags(event.tags).forEach((f) => {
|
||||
muted.add(f)
|
||||
|
Loading…
Reference in New Issue
Block a user