affiliations: fix traceback when displaying outcast users
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
47e76f286a
commit
2d872e650f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue