коммит произвёл
GitHub
родитель
07c4273280
Коммит
7c09a18ae9
@@ -241,7 +241,9 @@ func (a *App) ClearSessionCacheForUserSkipClusterSend(userID string) {
|
||||
}
|
||||
|
||||
func (a *App) ClearSessionCacheForAllUsersSkipClusterSend() {
|
||||
a.Srv().Platform().ClearSessionCacheForAllUsersSkipClusterSend()
|
||||
if err := a.Srv().Platform().ClearSessionCacheForAllUsersSkipClusterSend(); err != nil {
|
||||
a.Srv().Platform().Log().Error("Failed to clear session cache for all users", mlog.Err(err))
|
||||
}
|
||||
}
|
||||
|
||||
func (a *App) RevokeSessionsForDeviceId(c request.CTX, userID string, deviceID string, currentSessionId string) *model.AppError {
|
||||
|
||||
Ссылка в новой задаче
Block a user