mirror of
https://github.com/status-im/status-go.git
synced 2025-02-16 08:50:09 +00:00
This commit is contained in:
parent
8a0b7ddbb5
commit
9c2c638aaf
@ -743,7 +743,7 @@ func (m *Manager) GetStoredDescriptionForCommunities(communityIDs []string) (*Kn
|
||||
}
|
||||
|
||||
community, err := m.GetByID(types.HexBytes(communityIDBytes))
|
||||
if err != nil {
|
||||
if err != nil && err != ErrOrgNotFound {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user