init show map and routes
This commit is contained in:
@@ -105,7 +105,8 @@ Event.prototype.toAP = function (username, locale, to = []) {
|
||||
endTime: this.end_datetime ? dayjs.unix(this.end_datetime).tz().locale(locale).format() : null,
|
||||
location: {
|
||||
name: this.place.name,
|
||||
address: this.place.address
|
||||
address: this.place.address,
|
||||
details: this.place.details
|
||||
},
|
||||
attachment,
|
||||
tag: tags && tags.map(tag => ({
|
||||
|
||||
Reference in New Issue
Block a user