[FIX] Remove duplicate blaze events call for EmojiActions from roomOld (#20159)

pull/20259/head
Anant Bhasin 4 years ago committed by GitHub
parent c85fd97a3d
commit 77c197cd01
  1. 3
      app/reactions/client/init.js

@ -1,6 +1,5 @@
import { Meteor } from 'meteor/meteor';
import { Blaze } from 'meteor/blaze';
import { Template } from 'meteor/templating';
import { roomTypes } from '../../utils/client';
import { Rooms, Subscriptions } from '../../models';
@ -60,8 +59,6 @@ export const EmojiEvents = {
},
};
Template.roomOld.events(EmojiEvents);
Meteor.startup(function() {
MessageAction.addButton({
id: 'reaction-message',

Loading…
Cancel
Save