mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-14 00:27:40 +00:00
fix(chat_section_module): Fix propagation of "muted" status in chat header (when handling chat_content details update) (#13904)
#13559
This commit is contained in:
parent
af84d788ff
commit
832ed03ea3
@ -148,6 +148,7 @@ QtObject:
|
|||||||
self.chatDetails.setDescription(chatDto.description)
|
self.chatDetails.setDescription(chatDto.description)
|
||||||
self.chatDetails.setEmoji(chatDto.emoji)
|
self.chatDetails.setEmoji(chatDto.emoji)
|
||||||
self.chatDetails.setColor(chatDto.color)
|
self.chatDetails.setColor(chatDto.color)
|
||||||
|
self.chatDetails.setMuted(chatDto.muted)
|
||||||
|
|
||||||
proc updateChatDetailsName*(self: View, name: string) =
|
proc updateChatDetailsName*(self: View, name: string) =
|
||||||
self.chatDetails.setName(name)
|
self.chatDetails.setName(name)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user