Add unblocked timeline event

This commit is contained in:
Jamie Kyle 2024-04-12 10:07:57 -07:00 committed by GitHub
parent 92eb036196
commit ad8020848f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 333 additions and 10 deletions

View file

@ -61,6 +61,7 @@ const getDefaultProps = () => ({
isNextItemCallingNotification: false,
isTargeted: false,
isBlocked: false,
isGroup: false,
interactionMode: 'keyboard' as const,
theme: ThemeType.light,
platform: 'darwin',