Remove old text.

This commit is contained in:
Lauri Ojansivu 2020-11-30 20:48:19 +02:00
parent bf94161f30
commit 0b43e8b42a

View file

@ -1777,8 +1777,6 @@ if (Meteor.isServer) {
.map(function(doc) { .map(function(doc) {
return { return {
attachmentId: doc._id, attachmentId: doc._id,
// this preserves the name so that notifications can be meaningful after
// this file is removed
attachmentName: doc.original.name, attachmentName: doc.original.name,
attachmentType: doc.original.type, attachmentType: doc.original.type,
cardId: doc.cardId, cardId: doc.cardId,