update host mute list in realtime

This commit is contained in:
Kieran 2023-08-02 22:32:23 +01:00
parent aa03d616f5
commit 23646f63c9
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -104,7 +104,7 @@ export function LiveChat({
const mutedPubkeys = useMemo(() => {
return new Set(getTagValues(login?.muted.tags ?? [], "p"));
}, [login]);
const hostMutedPubkeys = useMutedPubkeys(host);
const hostMutedPubkeys = useMutedPubkeys(host, true);
const userEmojiPacks = login?.emojis ?? [];
const channelEmojiPacks = useEmoji(host);
const allEmojiPacks = useMemo(() => {