mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-18 01:27:25 +00:00
fix(Communities): ensure community channels have community color
Fixes #3985
This commit is contained in:
parent
ac823079ac
commit
7416294513
@ -23,6 +23,7 @@ proc mergeChat(community: var Community, chat: Chat): bool =
|
|||||||
chat.canPost = community.chats[i].canPost
|
chat.canPost = community.chats[i].canPost
|
||||||
chat.categoryId = community.chats[i].categoryId
|
chat.categoryId = community.chats[i].categoryId
|
||||||
chat.position = community.chats[i].position
|
chat.position = community.chats[i].position
|
||||||
|
chat.color = community.communityColor
|
||||||
community.chats[i] = chat
|
community.chats[i] = chat
|
||||||
return true
|
return true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user