summaryrefslogtreecommitdiff
path: root/windows/mainwindow.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2020-09-20 01:12:54 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2020-09-20 01:12:54 -0400
commit4b7cdbd129cedd4029c2b99c85146ad5e07e9732 (patch)
tree955341fa06c7d54b1449a491c5291ddd3e9830c2 /windows/mainwindow.hpp
parent83b480742b46f120b73042791e2f91c70ce3fe84 (diff)
downloadabaddon-portaudio-4b7cdbd129cedd4029c2b99c85146ad5e07e9732.tar.gz
abaddon-portaudio-4b7cdbd129cedd4029c2b99c85146ad5e07e9732.zip
improve MESSAGE_UPDATE handling (hopefully)
Diffstat (limited to 'windows/mainwindow.hpp')
-rw-r--r--windows/mainwindow.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/mainwindow.hpp b/windows/mainwindow.hpp
index 7480346..33308ce 100644
--- a/windows/mainwindow.hpp
+++ b/windows/mainwindow.hpp
@@ -16,7 +16,7 @@ public:
Snowflake GetChatActiveChannel() const;
void UpdateChatNewMessage(Snowflake id);
void UpdateChatMessageDeleted(Snowflake id, Snowflake channel_id);
- void UpdateChatMessageEditContent(Snowflake id, Snowflake channel_id);
+ void UpdateChatMessageUpdated(Snowflake id, Snowflake channel_id);
void UpdateChatPrependHistory(const std::vector<Snowflake> &msgs);
void InsertChatInput(std::string text);
Snowflake GetChatOldestListedMessage();