mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-06-28 19:39:24 +00:00
Sync with mattermost 3.5.0
This commit is contained in:
1
vendor/github.com/mattermost/platform/einterfaces/cluster.go
generated
vendored
1
vendor/github.com/mattermost/platform/einterfaces/cluster.go
generated
vendored
@ -13,7 +13,6 @@ type ClusterInterface interface {
|
||||
GetClusterInfos() []*model.ClusterInfo
|
||||
RemoveAllSessionsForUserId(userId string)
|
||||
InvalidateCacheForUser(userId string)
|
||||
InvalidateCacheForChannel(channelId string)
|
||||
Publish(event *model.WebSocketEvent)
|
||||
UpdateStatus(status *model.Status)
|
||||
GetLogs() ([]string, *model.AppError)
|
||||
|
Reference in New Issue
Block a user