Persist Events programme on the room when linking from Meet.
Deploy Ladill Meet / deploy (push) Successful in 46s
Deploy Ladill Meet / deploy (push) Successful in 46s
Store programme_snapshot from the link-room response locally and merge existing room settings on service API updates. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -214,7 +214,10 @@ class ServiceRoomController extends Controller
|
||||
|
||||
if (isset($validated['settings'])) {
|
||||
$type = $this->resolveType(array_merge(['type' => $room->type], $validated));
|
||||
$update['settings'] = $this->mergeSettingsForType($type, $validated['settings']);
|
||||
$update['settings'] = $this->mergeSettingsForType(
|
||||
$type,
|
||||
array_merge($room->settings ?? [], $validated['settings']),
|
||||
);
|
||||
}
|
||||
|
||||
$room = $this->rooms->update($room, $update, $host);
|
||||
|
||||
Reference in New Issue
Block a user