Fix fallthrough warning in neochatroom

This commit is contained in:
Reinhold Gschweicher
2020-11-26 23:58:55 +01:00
committed by Carl Schwan
parent 49881f809d
commit 05539dc87a

View File

@@ -311,6 +311,7 @@ QString NeoChatRoom::eventToString(const RoomEvent &evt, Qt::TextFormat format,
case MembershipType::Invite:
if (e.repeatsState())
return i18n("reinvited %1 to the room", subjectName);
break;
case MembershipType::Join: {
if (e.repeatsState())
return i18n("joined the room (repeated)");