From f54aee1ef5466fdf11803cd75be3b7267e68540f Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Tue, 4 Jul 2017 02:58:02 -0400 Subject: Add paging to the GET /emojis endpoint (#6802) --- store/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'store/store.go') diff --git a/store/store.go b/store/store.go index 9ae5f4b81..0007f495e 100644 --- a/store/store.go +++ b/store/store.go @@ -349,7 +349,7 @@ type EmojiStore interface { Save(emoji *model.Emoji) StoreChannel Get(id string, allowFromCache bool) StoreChannel GetByName(name string) StoreChannel - GetAll() StoreChannel + GetList(offset, limit int) StoreChannel Delete(id string, time int64) StoreChannel } -- cgit v1.2.3-1-g7c22