Merge branch 'biboumi-carbons' into 'master'
Don't ignore carbons if biboumi See merge request poezio/poezio!59
This commit is contained in:
commit
911784a898
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ class HandlerCore:
|
|||
if is_muc_pm is None:
|
||||
fixes.has_identity(
|
||||
self.core.xmpp,
|
||||
recv['from'].server,
|
||||
recv['from'].bare,
|
||||
identity='conference',
|
||||
on_true=functools.partial(ignore_message, recv),
|
||||
on_false=functools.partial(receive_message, recv))
|
||||
|
|
Loading…
Reference in a new issue