ABC-90 Add POST /emoji/search and GET /emoji/autocomplete API endpoints (#8125)
* Add POST /emoji/search and GET /emoji/autocomplete API endpoints * Add constant to be clearer
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
599991ea73
Коммит
4f4a765e7d
@@ -393,6 +393,7 @@ type EmojiStore interface {
|
||||
GetByName(name string) StoreChannel
|
||||
GetList(offset, limit int, sort string) StoreChannel
|
||||
Delete(id string, time int64) StoreChannel
|
||||
Search(name string, prefixOnly bool, limit int) StoreChannel
|
||||
}
|
||||
|
||||
type StatusStore interface {
|
||||
|
||||
Ссылка в новой задаче
Block a user