copy online_location in recurrent events
This commit is contained in:
parent
fbf9ad154d
commit
52c786d290
1 changed files with 2 additions and 1 deletions
|
@ -677,7 +677,8 @@ const eventController = {
|
||||||
media: e.media,
|
media: e.media,
|
||||||
is_visible: true,
|
is_visible: true,
|
||||||
userId: e.userId,
|
userId: e.userId,
|
||||||
placeId: e.placeId
|
placeId: e.placeId,
|
||||||
|
...(e.online_locations && { online_locations: e.online_locations } )
|
||||||
}
|
}
|
||||||
|
|
||||||
const recurrentDetails = e.recurrent
|
const recurrentDetails = e.recurrent
|
||||||
|
|
Loading…
Reference in a new issue