Fix self-mention in groups

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2024-12-20 13:59:47 -06:00
committed by GitHub
parent a9e150608c
commit 4e8972d261
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,