summaryrefslogtreecommitdiff
path: root/src/components/chatlist.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2023-07-16 04:16:48 +0000
committerGitHub <noreply@github.com>2023-07-16 04:16:48 +0000
commit49bbc926e76147d2f380685d4635ebcdf2163f8f (patch)
tree740be513f52752cf25479bede9e8e2231bf0ffa6 /src/components/chatlist.hpp
parent52a340e3666e4081b5f284c320404d06ac37b2f3 (diff)
parent52b52eb489caa64e6cea978f2c6917a55fa70979 (diff)
downloadabaddon-portaudio-49bbc926e76147d2f380685d4635ebcdf2163f8f.tar.gz
abaddon-portaudio-49bbc926e76147d2f380685d4635ebcdf2163f8f.zip
Merge pull request #192 from uowuo/message-editing
Improve message editing
Diffstat (limited to 'src/components/chatlist.hpp')
-rw-r--r--src/components/chatlist.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/chatlist.hpp b/src/components/chatlist.hpp
index 0248d7f..9f12df9 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> GetLastSentEditableMessage();
private:
void SetupMenu();