diff --git a/protocol/messenger_communities.go b/protocol/messenger_communities.go index c38f368f1..8a96601b2 100644 --- a/protocol/messenger_communities.go +++ b/protocol/messenger_communities.go @@ -2565,7 +2565,7 @@ func (m *Messenger) FetchCommunity(request *FetchCommunityRequest) (*communities if request.TryDatabase { community, err := m.FindCommunityInfoFromDB(communityID) - if err != nil { + if err != nil && err != communities.ErrOrgNotFound { return nil, err } if community != nil {