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:
@ -19,6 +19,7 @@ type ContextType = {
|
||||
inThread?: boolean
|
||||
disableDetails?: boolean
|
||||
disableOnPress?: boolean
|
||||
isConversation?: boolean
|
||||
}
|
||||
const StatusContext = createContext<ContextType>({} as ContextType)
|
||||
|
||||
|
Reference in New Issue
Block a user