mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
VC/Vidyo: Add is_new flag
This commit is contained in:
parent
81b091d7f7
commit
435e54e367
@ -125,7 +125,7 @@ class VidyoPlugin(VCPluginMixin, IndicoPlugin):
|
||||
|
||||
flag_modified(event_vc_room, 'data')
|
||||
|
||||
def update_data_vc_room(self, vc_room, data):
|
||||
def update_data_vc_room(self, vc_room, data, is_new=False):
|
||||
super(VidyoPlugin, self).update_data_vc_room(vc_room, data)
|
||||
|
||||
for key in ['description', 'owner', 'room_pin', 'moderation_pin', 'auto_mute']:
|
||||
|
||||
@ -12,7 +12,7 @@ from setuptools import find_packages, setup
|
||||
|
||||
setup(
|
||||
name='indico-plugin-vc-vidyo',
|
||||
version='2.3',
|
||||
version='2.3.1',
|
||||
description='Vidyo video-conferencing plugin for Indico',
|
||||
url='https://github.com/indico/indico-plugins',
|
||||
license='MIT',
|
||||
@ -22,7 +22,7 @@ setup(
|
||||
zip_safe=False,
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
'indico>=2.3.dev0',
|
||||
'indico>=2.3.2.dev0',
|
||||
'zeep'
|
||||
],
|
||||
classifiers=[
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user