Disable typing notifications for threads (#7180)
This commit is contained in:
parent
87201c8bfb
commit
df032b04e0
4 changed files with 18 additions and 5 deletions
|
@ -535,6 +535,7 @@ class EditMessageComposer extends React.Component<IEditMessageComposerProps, ISt
|
|||
ref={this.editorRef}
|
||||
model={this.model}
|
||||
room={this.getRoom()}
|
||||
threadId={this.props.editState?.getEvent()?.getThread()?.id}
|
||||
initialCaret={this.props.editState.getCaret()}
|
||||
label={_t("Edit message")}
|
||||
onChange={this.onChange}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue