MM-62751: [Shared Channels] Allow remote users to be discoverable in the create DM/GM modal (#30918)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
476b46d1d7
Коммит
c46ed6c681
@@ -562,6 +562,7 @@ type RemoteClusterStore interface {
|
||||
GetAll(offset, limit int, filter model.RemoteClusterQueryFilter) ([]*model.RemoteCluster, error)
|
||||
UpdateTopics(remoteClusterID string, topics string) (*model.RemoteCluster, error)
|
||||
SetLastPingAt(remoteClusterID string) error
|
||||
UpdateLastGlobalUserSyncAt(remoteID string, syncAt int64) error
|
||||
}
|
||||
|
||||
type ComplianceStore interface {
|
||||
|
||||
Ссылка в новой задаче
Block a user