fix(communities): propagate collectibles model for all communities

fixes part of: #13385
This commit is contained in:
Patryk Osmaczko 2024-02-15 13:00:27 +01:00 committed by osmaczko
parent d6ed85c67f
commit b99db4193e
1 changed files with 0 additions and 4 deletions

View File

@ -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"