* Save schema version for 3.7 (#5675)

* Adding index and cache to reactinos store (#5654)

* Fix badge count for push notifications (#5672)
Этот коммит содержится в:
Joram Wilander
2017-03-07 16:05:01 -05:00
коммит произвёл GitHub
родитель e753d3dc3c
Коммит 83291e4c8f
8 изменённых файлов: 106 добавлений и 11 удалений

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

@@ -20,6 +20,7 @@ type ClusterInterface interface {
InvalidateCacheForChannelMembersNotifyProps(channelId string)
InvalidateCacheForChannelPosts(channelId string)
InvalidateCacheForWebhook(webhookId string)
InvalidateCacheForReactions(postId string)
Publish(event *model.WebSocketEvent)
UpdateStatus(status *model.Status)
GetLogs() ([]string, *model.AppError)