Clear @room warning after sending message

fixes #751
This commit is contained in:
Nicolas Werner 2021-11-02 00:41:07 +01:00
parent 12832b3c64
commit ae121f6021
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ InputBar::setText(QString newText)
if (history_.size() == INPUT_HISTORY_SIZE)
history_.pop_back();
updateAtRoom("");
emit textChanged(newText);
}
void