mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fix self-mention in groups
This commit is contained in:
@@ -89,6 +89,7 @@ export type PropsType = {
|
||||
| 'isFormattingEnabled'
|
||||
| 'onPickEmoji'
|
||||
| 'onTextTooLong'
|
||||
| 'ourConversationId'
|
||||
| 'platform'
|
||||
| 'sortedGroupMembers'
|
||||
> &
|
||||
@@ -157,6 +158,7 @@ export function MediaEditor({
|
||||
isFormattingEnabled,
|
||||
onPickEmoji,
|
||||
onTextTooLong,
|
||||
ourConversationId,
|
||||
platform,
|
||||
sortedGroupMembers,
|
||||
|
||||
@@ -1315,6 +1317,7 @@ export function MediaEditor({
|
||||
onPickEmoji={onPickEmoji}
|
||||
onSubmit={noop}
|
||||
onTextTooLong={onTextTooLong}
|
||||
ourConversationId={ourConversationId}
|
||||
placeholder={i18n('icu:MediaEditor__input-placeholder')}
|
||||
platform={platform}
|
||||
quotedMessageId={null}
|
||||
|
||||
Reference in New Issue
Block a user