summaryrefslogtreecommitdiff
path: root/components/chatwindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'components/chatwindow.hpp')
-rw-r--r--components/chatwindow.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/chatwindow.hpp b/components/chatwindow.hpp
index 00d5e2b..ba71d2b 100644
--- a/components/chatwindow.hpp
+++ b/components/chatwindow.hpp
@@ -21,6 +21,7 @@ public:
void UpdateMessageContent(Snowflake id);
void Clear();
void InsertChatInput(std::string text);
+ Snowflake GetOldestListedMessage();
protected:
void ScrollToBottom();