From 00524cefa29e80f0a9a80fd77bb6e1f4da024f65 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sat, 15 Jul 2023 01:02:35 -0400 Subject: make editing inline, add up arrow shortcut --- src/components/chatlist.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/chatlist.hpp') 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 GetLastSentMessage(); private: void SetupMenu(); -- cgit v1.2.3