Removing certain unneded cluster invalidation messages (#13549)
* Removing certain unneded cluster invalidation messages * Fixing typo * Removing channges included in other PR * Adding doc string to RegisterAllClusterMessageHandlers method * fixing typos Co-authored-by: mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
bd480b70f3
Коммит
464c290e50
@@ -51,7 +51,7 @@ func (us SqlUserStore) ClearCaches() {
|
||||
}
|
||||
}
|
||||
|
||||
func (us SqlUserStore) InvalidatProfileCacheForUser(userId string) {}
|
||||
func (us SqlUserStore) InvalidateProfileCacheForUser(userId string) {}
|
||||
|
||||
func NewSqlUserStore(sqlStore SqlStore, metrics einterfaces.MetricsInterface) store.UserStore {
|
||||
us := &SqlUserStore{
|
||||
|
||||
Ссылка в новой задаче
Block a user