Fixed 'X is typing...' messages being malformed when sent to the server
Этот коммит содержится в:
@@ -127,7 +127,7 @@ module.exports = React.createClass({
|
||||
|
||||
var t = Date.now();
|
||||
if ((t - this.lastTime) > 5000) {
|
||||
SocketStore.sendMessage({channelId: this.state.channelId, action: 'typing', props: {'parent_id': ''}, state: {}});
|
||||
SocketStore.sendMessage({channel_id: this.state.channelId, action: 'typing', props: {'parent_id': ''}, state: {}});
|
||||
this.lastTime = t;
|
||||
}
|
||||
},
|
||||
|
||||
Ссылка в новой задаче
Block a user