diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-09-14 00:17:58 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-09-14 00:17:58 -0400 |
commit | e5a90b94618bafc6bc99afbbff37f7aa3d6a97cf (patch) | |
tree | 28e9dd46f0a423252133ff3b21e508f37e348d55 /components/chatwindow.hpp | |
parent | 2822add5fe791a120c160e188cecac7ce29d9961 (diff) | |
download | abaddon-portaudio-e5a90b94618bafc6bc99afbbff37f7aa3d6a97cf.tar.gz abaddon-portaudio-e5a90b94618bafc6bc99afbbff37f7aa3d6a97cf.zip |
only load 50 messages on channel switch (also fix member menu)
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 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(); |