diff --git a/server/api/models/event.js b/server/api/models/event.js index d4ec1e7f..e66368f4 100644 --- a/server/api/models/event.js +++ b/server/api/models/event.js @@ -110,7 +110,7 @@ Event.prototype.toAPNote = function (username, locale, to = []) { // location: { // name: this.place && this.place.name // }, - // attachment, + attachment, // tag: tags && tags.map(tag => ({ // type: 'Hashtag', // name: '#' + tag,