Adding emoji caching (#5433)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
727d067fce
Коммит
01a8114aa3
@@ -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
|
||||
|
||||
Ссылка в новой задаче
Block a user