summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-11-02 00:41:07 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-11-02 00:41:07 +0100
commitae121f6021b051548220c7a71a6dd68cf1fac7e9 (patch)
treea8d711259193eff72c673596749fe5159ff709bb /src
parentFix loading spinner when switching to a fully loaded room (diff)
downloadnheko-ae121f6021b051548220c7a71a6dd68cf1fac7e9.tar.xz
Clear @room warning after sending message
fixes #751
Diffstat (limited to 'src')
-rw-r--r--src/timeline/InputBar.cpp1
1 files changed, 1 insertions, 0 deletions
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