parent
6a023443ac
commit
13b81134de
|
@ -211,6 +211,9 @@ QtObject:
|
||||||
self.allCommunities[community.id] = community
|
self.allCommunities[community.id] = community
|
||||||
|
|
||||||
if(not self.joinedCommunities.hasKey(community.id)):
|
if(not self.joinedCommunities.hasKey(community.id)):
|
||||||
|
if (community.joined and community.isMember):
|
||||||
|
self.joinedCommunities[community.id] = community
|
||||||
|
self.events.emit(SIGNAL_COMMUNITY_JOINED, CommunityArgs(community: community))
|
||||||
return
|
return
|
||||||
|
|
||||||
let prev_community = self.joinedCommunities[community.id]
|
let prev_community = self.joinedCommunities[community.id]
|
||||||
|
|
Loading…
Reference in New Issue