mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Adding emoji caching (#5433)
This commit is contained in:
committed by
Joram Wilander
parent
727d067fce
commit
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
|
||||
|
||||
Reference in New Issue
Block a user