diff options
Diffstat (limited to 'src/components/chatlist.hpp')
-rw-r--r-- | src/components/chatlist.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/chatlist.hpp b/src/components/chatlist.hpp index 0248d7f..5d4ec4a 100644 --- a/src/components/chatlist.hpp +++ b/src/components/chatlist.hpp @@ -23,6 +23,7 @@ public: void SetSeparateAll(bool separate); void SetUsePinnedMenu(); // i think i need a better way to do menus void ActuallyRemoveMessage(Snowflake id); // perhaps not the best method name + std::optional<Snowflake> GetLastSentMessage(); private: void SetupMenu(); |