mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +00:00
parent
19391d9052
commit
a51a980635
@ -238,8 +238,8 @@ QtObject:
|
||||
result = @[]
|
||||
for chat in community.chats:
|
||||
if (chat.categoryId == categoryId):
|
||||
let fullChatId = community.id & chat.id
|
||||
var chatDetails = self.chatService.getChatById(fullChatId)
|
||||
# TODO: chat.id already contains community.id here but it was not expected, this requires investigation
|
||||
var chatDetails = self.chatService.getChatById(chat.id)
|
||||
result.add(chatDetails)
|
||||
|
||||
proc handleCommunitiesSettingsUpdates(self: Service, communitiesSettings: seq[CommunitySettingsDto]) =
|
||||
|
Loading…
x
Reference in New Issue
Block a user