mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 07:29:39 +00:00
VC/Vidyo: fix call to old event attr
This commit is contained in:
parent
0b89e1eef6
commit
632ae11d0d
@ -29,7 +29,7 @@ class RHVidyoRoomOwner(RHVCSystemEventBase):
|
||||
result = {}
|
||||
self.vc_room.vidyo_extension.owned_by_user = session.user
|
||||
try:
|
||||
self.plugin.update_room(self.vc_room, self.event)
|
||||
self.plugin.update_room(self.vc_room, self.event_new)
|
||||
except VCRoomError as err:
|
||||
result['error'] = {'message': err.message}
|
||||
result['success'] = False
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user