1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Fix search debouncing

This commit is contained in:
xmflsct
2022-12-04 20:08:55 +01:00
parent e2e5e80aaf
commit 3d590d836d
5 changed files with 142 additions and 130 deletions

View File

@ -104,7 +104,7 @@ export type TabSharedStackParamList = {
'Tab-Shared-History': {
id: Mastodon.Status['id']
}
'Tab-Shared-Search': { text: string | undefined }
'Tab-Shared-Search': undefined
'Tab-Shared-Toot': {
toot: Mastodon.Status
rootQueryKey?: QueryKeyTimeline