Clear @room warning after sending message

fixes #751
pull/790/head
Nicolas Werner 3 years ago
parent 12832b3c64
commit ae121f6021
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 1
      src/timeline/InputBar.cpp

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

Loading…
Cancel
Save