From ae121f6021b051548220c7a71a6dd68cf1fac7e9 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Tue, 2 Nov 2021 00:41:07 +0100 Subject: [PATCH] Clear @room warning after sending message fixes #751 --- src/timeline/InputBar.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/timeline/InputBar.cpp b/src/timeline/InputBar.cpp index ed97a2ca..44df3411 100644 --- a/src/timeline/InputBar.cpp +++ b/src/timeline/InputBar.cpp @@ -170,6 +170,7 @@ InputBar::setText(QString newText) if (history_.size() == INPUT_HISTORY_SIZE) history_.pop_back(); + updateAtRoom(""); emit textChanged(newText); } void