Remove duplicate MediaProtocolLayer

Prevents user from receiving duplicate media messages.
This commit is contained in:
moyamo 2015-11-23 14:57:39 +02:00
parent cb041395db
commit a95b88e7c8

View file

@ -61,7 +61,6 @@ class YowsupApp(object):
YowContactsIqProtocolLayer, YowContactsIqProtocolLayer,
YowChatstateProtocolLayer, YowChatstateProtocolLayer,
YowCallsProtocolLayer, YowCallsProtocolLayer,
YowMediaProtocolLayer,
YowPrivacyProtocolLayer, YowPrivacyProtocolLayer,
YowProfilesProtocolLayer, YowProfilesProtocolLayer,
YowGroupsProtocolLayer, YowGroupsProtocolLayer,