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

Reply working for #638

This commit is contained in:
xmflsct
2023-01-01 16:44:55 +01:00
parent ac9738d358
commit ced71d6611
7 changed files with 44 additions and 18 deletions

View File

@ -47,6 +47,7 @@ export type QueryKeyTimeline = [
| {
page: 'Toot'
toot: Mastodon.Status['id']
remote: boolean
}
)
]