fix not showing own messages in other window

pull/353/head
Diego Sampaio 11 years ago
parent 72657fa928
commit ab0224ca0d
  1. 2
      client/lib/RoomManager.coffee

@ -65,8 +65,6 @@
if msg._deleted?
return ChatMessageHistory.remove _id: msg._id
return if msg.u?._id is Meteor.userId()
ChatMessageHistory.upsert { _id: msg._id }, msg
computation.invalidate()

Loading…
Cancel
Save