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>
Этот коммит содержится в:
Jesús Espino
2020-01-08 11:31:10 +01:00
коммит произвёл GitHub
родитель bd480b70f3
Коммит 464c290e50
9 изменённых файлов: 138 добавлений и 61 удалений

Просмотреть файл

@@ -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{