[Chat] Update single-convo cache on firehose mute/unmute events (#10865)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -510,13 +510,13 @@ export function ListConvosProviderInner({
|
||||
},
|
||||
)
|
||||
} else if (ChatBskyConvoDefs.isLogMuteConvo(log)) {
|
||||
updateConvoInAllLists(log.convoId, convo => ({
|
||||
mutateConvoView(log.convoId, convo => ({
|
||||
...convo,
|
||||
muted: true,
|
||||
rev: log.rev,
|
||||
}))
|
||||
} else if (ChatBskyConvoDefs.isLogUnmuteConvo(log)) {
|
||||
updateConvoInAllLists(log.convoId, convo => ({
|
||||
mutateConvoView(log.convoId, convo => ({
|
||||
...convo,
|
||||
muted: false,
|
||||
rev: log.rev,
|
||||
|
||||
Reference in New Issue
Block a user