Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marcin Mielniczuk
gajim
Commits
48619565
Commit
48619565
authored
Mar 06, 2021
by
Philipp Hörist
Browse files
Blocking: Adapt to nbxmpp changes
parent
67cc179d
Changes
1
Hide whitespace changes
Inline
Side-by-side
gajim/common/modules/blocking.py
View file @
48619565
...
...
@@ -69,7 +69,7 @@ class Blocking(BaseModule):
raise_if_error
(
blocking_list
)
self
.
blocked
=
blocking_list
self
.
blocked
=
list
(
blocking_list
)
app
.
nec
.
push_incoming_event
(
NetworkEvent
(
'blocking'
,
conn
=
self
.
_con
,
changed
=
self
.
blocked
))
...
...
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