From 2d872e650f0196e4ff4410383dfb6d7b0395df99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Wed, 15 Apr 2020 14:54:38 +0200 Subject: affiliations: fix traceback when displaying outcast users MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- poezio/tabs/muctab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poezio/tabs/muctab.py b/poezio/tabs/muctab.py index 1b61c395..92dc1e51 100644 --- a/poezio/tabs/muctab.py +++ b/poezio/tabs/muctab.py @@ -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: -- cgit v1.2.3