Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maxime Buquet
poezio
Commits
2d872e65
Verified
Commit
2d872e65
authored
Apr 15, 2020
by
Maxime Buquet
Browse files
affiliations: fix traceback when displaying outcast users
Signed-off-by:
Maxime “pep” Buquet
<
pep@bouah.net
>
parent
47e76f28
Changes
1
Hide whitespace changes
Inline
Side-by-side
poezio/tabs/muctab.py
View file @
2d872e65
...
...
@@ -1645,7 +1645,7 @@ class MucTab(ChatTab):
'owner'
:
theme
.
CHAR_AFFILIATION_OWNER
,
'admin'
:
theme
.
CHAR_AFFILIATION_ADMIN
,
'member'
:
theme
.
CHAR_AFFILIATION_MEMBER
,
'
none
'
:
theme
.
CHAR_AFFILIATION_
NONE
,
'
outcast
'
:
theme
.
CHAR_AFFILIATION_
OUTCAST
,
}
if
all_errors
:
...
...
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