Remove query to update channel extra_update_at field on user activation/deactivation (#8415)

Этот коммит содержится в:
Joram Wilander
2018-03-09 08:06:31 -05:00
коммит произвёл GitHub
родитель 302dae5bb9
Коммит 8ad99b4b1f
6 изменённых файлов: 16 добавлений и 99 удалений

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

@@ -153,7 +153,6 @@ type ChannelStore interface {
UpdateLastViewedAt(channelIds []string, userId string) StoreChannel
IncrementMentionCount(channelId string, userId string) StoreChannel
AnalyticsTypeCount(teamId string, channelType string) StoreChannel
ExtraUpdateByUser(userId string, time int64) StoreChannel
GetMembersForUser(teamId string, userId string) StoreChannel
AutocompleteInTeam(teamId string, term string) StoreChannel
SearchInTeam(teamId string, term string) StoreChannel