niallobrien/feathers-chat-example

Remove message - not working

Closed this issue · 1 comments

I thought I broke something when upgrading to Vue 2.0, but it seems even when checking out the current version that messages aren't removed - is this intentional, as this is only an example?

Aha! This works...

tryRemoveMessage (message) {
  // Remove message from the db
  services.messageService.remove(message._id)
}