mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Added emoji search
This commit is contained in:
@ -13,6 +13,7 @@ export type EmojisState = {
|
||||
emojis: {
|
||||
title: string
|
||||
data: Pick<Mastodon.Emoji, 'shortcode' | 'url' | 'static_url'>[][]
|
||||
type?: 'frequent'
|
||||
}[]
|
||||
targetProps: inputProps | null
|
||||
inputProps: inputProps[]
|
||||
|
Reference in New Issue
Block a user