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

Pilot fix for #558

This commit is contained in:
xmflsct
2022-12-16 00:21:53 +01:00
parent e09e2da1b7
commit 78dba4ae1a
6 changed files with 119 additions and 16 deletions

View File

@ -19,6 +19,7 @@ type ContextType = {
inThread?: boolean
disableDetails?: boolean
disableOnPress?: boolean
isConversation?: boolean
}
const StatusContext = createContext<ContextType>({} as ContextType)