fix(Communities): ensure newly created community is opened

This commit is contained in:
Pascal Precht 2021-04-08 15:51:31 +02:00 committed by Iuri Matias
parent 0b5a51177f
commit 5ca9d66212
2 changed files with 1 additions and 1 deletions

View File

@ -213,6 +213,7 @@ QtObject:
self.communityList.addCommunityItemToList(community)
self.joinedCommunityList.addCommunityItemToList(community)
self.setActiveCommunity(community.id)
self.communitiesChanged()
except Exception as e:
error "Error creating the community", msg = e.msg

View File

@ -401,7 +401,6 @@ ModalPopup {
return creatingError.open()
}
// TODO Open the community once we have designs for it
popup.close()
}