mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 07:29:39 +00:00
VC/Vidyo: Flag data as modified
This commit is contained in:
parent
a06e805bff
commit
74d15a6ff6
@ -209,6 +209,7 @@ class VidyoPlugin(VCPluginMixin, IndicoPlugin):
|
||||
'url': created_room.RoomMode.roomURL,
|
||||
'owner_identity': created_room.ownerName
|
||||
})
|
||||
flag_modified(vc_room, 'data')
|
||||
vc_room.vidyo_extension = VidyoExtension(vc_room_id=vc_room.id, extension=int(created_room.extension),
|
||||
owned_by_user=owner)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user