[FIX] Message quote button inside threads (#16925)

pull/16236/head^2
gabriellsh 6 years ago committed by GitHub
parent 4a14f447d2
commit 7dfeb0137c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/ui-utils/client/lib/MessageAction.js

@ -192,7 +192,7 @@ Meteor.startup(async function() {
context: ['message', 'message-mobile', 'threads'],
action() {
const { msg: message } = messageArgs(this);
const { input } = chatMessages[message.rid];
const { input } = chatMessages[message.rid + (message.tmid ? `-${ message.tmid }` : '')];
const $input = $(input);
let messages = $input.data('reply') || [];

Loading…
Cancel
Save