1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
xmflsct
2022-12-03 15:50:15 +01:00
parent a3a0bf523f
commit 29fd36a581
14 changed files with 223 additions and 57 deletions

View File

@ -45,8 +45,9 @@ const TimelineHeaderDefault: React.FC<Props> = ({
copiableContent
})
const mAccount = menuAccount({
type: 'status',
openChange,
id: status.account.id,
account: status.account,
queryKey
})
const mStatus = menuStatus({ status, queryKey, rootQueryKey })