[anti_spam] Adapt to Gajim changes

This commit is contained in:
lovetox
2022-04-29 19:06:23 +02:00
parent 3db0e1fea2
commit 696c0d0e49

View File

@@ -45,7 +45,7 @@ class AntiSpam(BaseModule):
])
for plugin in app.plugin_manager.plugins:
if plugin.short_name == 'anti_spam':
if plugin.manifest.short_name == 'anti_spam':
self._config = plugin.config
self._contacted_jids = set()