Fix self-mention in groups
This commit is contained in:
parent
6f1d767c72
commit
4312d03db0
15 changed files with 44 additions and 19 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue