PLT-4716 fixes cache invalidation issue (#4518)
* PLT-4716 fixes cache invalidation issue * Adding missing interface * Adding cache invalidation to channel notification preferences * Adding cache invalidation to channel notification preferences
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
b46ced78de
Коммит
41b31b4c92
@@ -112,6 +112,7 @@ func InvalidateCacheForUser(userId string) {
|
||||
|
||||
func InvalidateCacheForUserSkipClusterSend(userId string) {
|
||||
Srv.Store.Channel().InvalidateAllChannelMembersForUser(userId)
|
||||
Srv.Store.User().InvalidateProfilesInChannelCacheByUser(userId)
|
||||
|
||||
GetHubForUserId(userId).InvalidateUser(userId)
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user