Fix self-mention in groups

This commit is contained in:
Fedor Indutny
2024-12-20 10:33:01 -08:00
committed by GitHub
parent 6f1d767c72
commit 4312d03db0
15 changed files with 44 additions and 19 deletions

View File

@@ -43,6 +43,7 @@ const useProps = (overrideProps: Partial<Props> = {}): Props => {
onPickEmoji: action('onPickEmoji'),
onSubmit: action('onSubmit'),
onTextTooLong: action('onTextTooLong'),
ourConversationId: 'me',
platform: 'darwin',
quotedMessageId: null,
sendCounter: 0,