[FIX] Remove duplicate getCommonRoomEvents() event binding for starredMessages (#20185)

pull/20799/head
Anant Bhasin 5 years ago committed by GitHub
parent bdcf3bf038
commit cd49f7b180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/message-star/client/views/starredMessages.js

@ -12,7 +12,6 @@ import { getCommonRoomEvents } from '../../../ui/client/views/app/lib/getCommonR
const LIMIT_DEFAULT = 50;
Template.starredMessages.events(getCommonRoomEvents());
Template.starredMessages.helpers({
hasMessages() {
return Template.instance().messages.find().count();

Loading…
Cancel
Save