diff options
Diffstat (limited to 'components/chatwindow.hpp')
-rw-r--r-- | components/chatwindow.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/chatwindow.hpp b/components/chatwindow.hpp index fb2abec..d8de505 100644 --- a/components/chatwindow.hpp +++ b/components/chatwindow.hpp @@ -16,6 +16,7 @@ public: Snowflake GetActiveChannel() const; void SetMessages(std::unordered_set<const MessageData *> msgs); void AddNewMessage(Snowflake id); + void ClearMessages(); protected: void ScrollToBottom(); |