Adds includeDeleted flag to get remote cluster app and store methods (#28182)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
46ca7747f8
Коммит
cae456de2d
@@ -140,7 +140,7 @@ func handleInvitation(ps *PlatformService, syncService SharedChannelServiceIFace
|
||||
return nil
|
||||
}
|
||||
|
||||
rc, err := ps.Store.RemoteCluster().Get(*participant.RemoteId)
|
||||
rc, err := ps.Store.RemoteCluster().Get(*participant.RemoteId, false)
|
||||
if err != nil {
|
||||
return errors.Wrap(err, fmt.Sprintf("couldn't find remote cluster %s, for creating shared channel invitation for a DM", *participant.RemoteId))
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user