port over low_bandwidth mode to develop
This commit is contained in:
parent
a6914274b0
commit
ce24165e19
8 changed files with 30 additions and 6 deletions
|
@ -487,6 +487,7 @@ export default class MessageComposerInput extends React.Component {
|
|||
|
||||
sendTyping(isTyping) {
|
||||
if (!SettingsStore.getValue('sendTypingNotifications')) return;
|
||||
if (SettingsStore.getValue('lowBandwidth')) return;
|
||||
MatrixClientPeg.get().sendTyping(
|
||||
this.props.room.roomId,
|
||||
this.isTyping, TYPING_SERVER_TIMEOUT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue