re-add attachment to AP

This commit is contained in:
les 2021-09-01 11:17:07 +02:00
parent 3bb015dc88
commit bea595be20
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -110,7 +110,7 @@ Event.prototype.toAPNote = function (username, locale, to = []) {
// location: { // location: {
// name: this.place && this.place.name // name: this.place && this.place.name
// }, // },
// attachment, attachment,
// tag: tags && tags.map(tag => ({ // tag: tags && tags.map(tag => ({
// type: 'Hashtag', // type: 'Hashtag',
// name: '#' + tag, // name: '#' + tag,