Skip to content
Snippets Groups Projects
Verified Commit ae121f60 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Clear @room warning after sending message

fixes #751
parent 12832b3c
No related branches found
No related tags found
No related merge requests found
Pipeline #1962 passed
......@@ -170,6 +170,7 @@ InputBar::setText(QString newText)
if (history_.size() == INPUT_HISTORY_SIZE)
history_.pop_back();
updateAtRoom("");
emit textChanged(newText);
}
void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment