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