Regresion: Issue with reply button on broadcast channels (#18057)

pull/18046/head
Martin Schoeler 5 years ago committed by GitHub
parent fa32fea522
commit 0c26dca57d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/ui/client/views/app/room.js

@ -702,7 +702,7 @@ Template.room.events({
});
},
'click .js-reply-broadcast'() {
const { msg } = messageArgs(this);
const msg = messageArgs(this);
roomTypes.openRouteLink('d', { name: msg.u.username }, { ...FlowRouter.current().queryParams, reply: msg._id });
},
'click, touchend'(e, t) {

Loading…
Cancel
Save