added mute button to channel

This commit is contained in:
Ren Amamiya
2023-04-12 15:51:17 +07:00
parent d8d3113fb9
commit 5b953b9ed4
6 changed files with 130 additions and 8 deletions

View File

@@ -55,7 +55,7 @@ export const ActiveAccount = memo(function ActiveAccount({ user }: { user: any }
relays,
(event: any) => {
if (event.tags.length > 0) {
insertFollowsToStorage(event.tags);
//insertFollowsToStorage(event.tags);
}
},
20000,