mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-21 11:08:55 +00:00
fix(community): fix creating channels in a new community does not work
This commit is contained in:
parent
6fe9652b44
commit
60011aef61
@ -491,9 +491,11 @@ method communityJoined*[T](
|
||||
communityService,
|
||||
messageService
|
||||
)
|
||||
self.communitySectionsModule[community.id].load(events, settingsService, contactsService, chatService, communityService, messageService)
|
||||
|
||||
let communitySectionItem = self.createCommunityItem(community)
|
||||
self.view.addItem(self.createCommunityItem(community))
|
||||
# TODO do we need to set it as active
|
||||
self.setActiveSection(communitySectionItem)
|
||||
|
||||
method communityEdited*[T](
|
||||
self: Module[T],
|
||||
|
Loading…
x
Reference in New Issue
Block a user