From c2b22bd6c1460d31bebf0bdffeef3da43b812549 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Wed, 6 Dec 2017 16:50:45 +0100 Subject: [PATCH] mod_muc_room: Fix typo Thanks to Evgeniy for spotting this. --- src/mod_muc_room.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod_muc_room.erl b/src/mod_muc_room.erl index b86f2371b..6ab920384 100644 --- a/src/mod_muc_room.erl +++ b/src/mod_muc_room.erl @@ -693,7 +693,7 @@ terminate(Reason, _StateName, StateData) -> sub_els = [#muc_user{items = [#muc_item{affiliation = none, reason = ReasonT, role = none}], - status_codes = [332|110]}]}, + status_codes = [332,110]}]}, (?DICT):fold(fun (LJID, Info, _) -> Nick = Info#user.nick, case Reason of