From b99db4193e5ec7ae9822dc541c7f75d3088ccc8d Mon Sep 17 00:00:00 2001 From: Patryk Osmaczko Date: Thu, 15 Feb 2024 13:00:27 +0100 Subject: [PATCH] fix(communities): propagate collectibles model for all communities fixes part of: #13385 --- src/app/modules/main/communities/module.nim | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/modules/main/communities/module.nim b/src/app/modules/main/communities/module.nim index 961cc4c230..870446c59f 100644 --- a/src/app/modules/main/communities/module.nim +++ b/src/app/modules/main/communities/module.nim @@ -562,10 +562,6 @@ proc buildTokensAndCollectiblesFromCommunities(self: Module) = let communityTokens = self.controller.getAllCommunityTokens() let communities = self.controller.getAllCommunities() for community in communities: - if not community.isOwner and not community.isTokenMaster: - # No need to include those tokens, we do not manage that community - continue - for tokenMetadata in community.communityTokensMetadata: # Set fallback supply to infinite in case we don't have it var supply = "1"