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.categoryId = community.chats[i].categoryId
|
||||
chat.position = community.chats[i].position
|
||||
chat.color = community.communityColor
|
||||
community.chats[i] = chat
|
||||
return true
|
||||
|
||||
|
|
Loading…
Reference in New Issue