Merge branch 'biboumi-carbons' into 'master'

Don't ignore carbons if biboumi

See merge request poezio/poezio!59
This commit is contained in:
Maxime Buquet 2020-01-14 10:20:40 +01:00
commit 911784a898

View file

@ -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))