re-add attachment to AP

This commit is contained in:
les
2021-09-01 11:17:07 +02:00
parent 3bb015dc88
commit bea595be20

View File

@@ -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,