fix(communities): propagate collectibles model for all communities
fixes part of: #13385
This commit is contained in:
parent
d6ed85c67f
commit
b99db4193e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue