Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
python-nbxmpp
Commits
10c32003
Commit
10c32003
authored
Oct 05, 2022
by
Philipp Hörist
Browse files
fix: MUC: Relax definition of MUC config change
parent
1346d8c4
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nbxmpp/structs.py
View file @
10c32003
...
...
@@ -1057,7 +1057,7 @@ class MessageProperties:
@
property
def
is_muc_config_change
(
self
)
->
bool
:
return
self
.
body
is
None
and
bool
(
self
.
muc_status_codes
)
return
bool
(
self
.
muc_status_codes
)
@
property
def
is_muc_pm
(
self
)
->
bool
:
...
...
Philipp Hörist
@lovetox
mentioned in issue
gajim#11191 (closed)
·
Oct 05, 2022
mentioned in issue
gajim#11191 (closed)
mentioned in issue gajim#11191
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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