summaryrefslogtreecommitdiff
path: root/src/components/chatlist.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2023-07-15 21:14:39 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2023-07-15 21:14:39 -0400
commit52b52eb489caa64e6cea978f2c6917a55fa70979 (patch)
tree740be513f52752cf25479bede9e8e2231bf0ffa6 /src/components/chatlist.hpp
parentadd48af094ec9111727862d3f2ee1916474a2471 (diff)
downloadabaddon-portaudio-52b52eb489caa64e6cea978f2c6917a55fa70979.tar.gz
abaddon-portaudio-52b52eb489caa64e6cea978f2c6917a55fa70979.zip
check if message is editable
Diffstat (limited to 'src/components/chatlist.hpp')
-rw-r--r--src/components/chatlist.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/chatlist.hpp b/src/components/chatlist.hpp
index 5d4ec4a..9f12df9 100644
--- a/src/components/chatlist.hpp
+++ b/src/components/chatlist.hpp
@@ -23,7 +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();
+ std::optional<Snowflake> GetLastSentEditableMessage();
private:
void SetupMenu();