fix on edit message

pull/7823/head
Guilherme Gazzo 8 years ago
parent 17e01e99a6
commit cef86346de
No known key found for this signature in database
GPG Key ID: 1F85C9AD922D0829
  1. 2
      packages/rocketchat-ui/client/views/app/room.js

@ -925,7 +925,7 @@ Template.room.onRendered(function() {
});
}
RocketChat.callbacks.add('streamMessage', (msg) => {
if (rid !== msg.rid) {
if (rid !== msg.rid || msg.editedAt) {
return;
}
if (!template.isAtBottom()) {

Loading…
Cancel
Save