don't play sound twice when receiving a captcha
This commit is contained in:
parent
55d4b5d554
commit
6e24d6c04e
1 changed files with 0 additions and 1 deletions
|
@ -972,7 +972,6 @@ class GroupchatControl(ChatControlBase):
|
||||||
self.parent_win.redraw_tab(self, 'attention')
|
self.parent_win.redraw_tab(self, 'attention')
|
||||||
else:
|
else:
|
||||||
self.attention_flag = True
|
self.attention_flag = True
|
||||||
helpers.play_sound('muc_message_received')
|
|
||||||
if '100' in obj.status_code:
|
if '100' in obj.status_code:
|
||||||
# Room is not anonymous
|
# Room is not anonymous
|
||||||
self.is_anonymous = False
|
self.is_anonymous = False
|
||||||
|
|
Loading…
Add table
Reference in a new issue