Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
gajim-plugins
Commits
696c0d0e
Commit
696c0d0e
authored
Apr 29, 2022
by
Philipp Hörist
Browse files
[anti_spam] Adapt to Gajim changes
parent
3db0e1fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
anti_spam/modules/anti_spam.py
View file @
696c0d0e
...
...
@@ -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
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment