Этот коммит содержится в:
Corey Hulen
2017-02-15 19:25:33 -05:00
коммит произвёл Joram Wilander
родитель 727d067fce
Коммит 01a8114aa3
4 изменённых файлов: 46 добавлений и 5 удалений

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

@@ -304,7 +304,7 @@ type PasswordRecoveryStore interface {
type EmojiStore interface {
Save(emoji *model.Emoji) StoreChannel
Get(id string) StoreChannel
Get(id string, allowFromCache bool) StoreChannel
GetByName(name string) StoreChannel
GetAll() StoreChannel
Delete(id string, time int64) StoreChannel