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.setEmoji(chatDto.emoji)
|
||||
self.chatDetails.setColor(chatDto.color)
|
||||
self.chatDetails.setMuted(chatDto.muted)
|
||||
|
||||
proc updateChatDetailsName*(self: View, name: string) =
|
||||
self.chatDetails.setName(name)
|
||||
|
|
Loading…
Reference in New Issue