Skip to content
Snippets Groups Projects
Commit 84eb2e0d authored by Diego Sampaio's avatar Diego Sampaio
Browse files

fix deleting a message not deleting it's attachments

parent 48ad1571
No related merge requests found
...@@ -148,6 +148,7 @@ RocketChat.models.Messages = new class extends RocketChat.models._Base ...@@ -148,6 +148,7 @@ RocketChat.models.Messages = new class extends RocketChat.models._Base
msg: '' msg: ''
t: 'rm' t: 'rm'
urls: [] urls: []
attachments: []
editedAt: new Date() editedAt: new Date()
editedBy: editedBy:
_id: Meteor.userId() _id: Meteor.userId()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment