copy online_location in recurrent events

This commit is contained in:
lesion 2023-04-07 21:14:01 +02:00
parent fbf9ad154d
commit 52c786d290
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -677,7 +677,8 @@ const eventController = {
media: e.media,
is_visible: true,
userId: e.userId,
placeId: e.placeId
placeId: e.placeId,
...(e.online_locations && { online_locations: e.online_locations } )
}
const recurrentDetails = e.recurrent