Remove duplicate MediaProtocolLayer
Prevents user from receiving duplicate media messages.
This commit is contained in:
parent
cb041395db
commit
a95b88e7c8
|
@ -61,7 +61,6 @@ class YowsupApp(object):
|
||||||
YowContactsIqProtocolLayer,
|
YowContactsIqProtocolLayer,
|
||||||
YowChatstateProtocolLayer,
|
YowChatstateProtocolLayer,
|
||||||
YowCallsProtocolLayer,
|
YowCallsProtocolLayer,
|
||||||
YowMediaProtocolLayer,
|
|
||||||
YowPrivacyProtocolLayer,
|
YowPrivacyProtocolLayer,
|
||||||
YowProfilesProtocolLayer,
|
YowProfilesProtocolLayer,
|
||||||
YowGroupsProtocolLayer,
|
YowGroupsProtocolLayer,
|
||||||
|
|
Loading…
Reference in a new issue