Merge branch 'master' into develop
This commit is contained in:
commit
1dbfa29a1e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class Conference(ElementBase):
|
|||
def set_autojoin(self, value):
|
||||
del self['autojoin']
|
||||
if value in ('1', 'true', True):
|
||||
self._set_sub_text('autojoin', 'true')
|
||||
self._set_attr('autojoin', 'true')
|
||||
|
||||
|
||||
class URL(ElementBase):
|
||||
|
|
Loading…
Reference in a new issue