diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-09-25 23:02:13 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-09-25 23:02:13 -0400 |
commit | 3689f5ae9f439e9d3883817873928c25048a19cd (patch) | |
tree | 66cf7cf3f73c034783d96940ed1d0e7daa3e57a3 /discord/discord.cpp | |
parent | 9b78e829b59b57d003f82eb85177453ef88e21ec (diff) | |
download | abaddon-portaudio-3689f5ae9f439e9d3883817873928c25048a19cd.tar.gz abaddon-portaudio-3689f5ae9f439e9d3883817873928c25048a19cd.zip |
redo chat messages just a tad
Diffstat (limited to 'discord/discord.cpp')
-rw-r--r-- | discord/discord.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/discord/discord.cpp b/discord/discord.cpp index bb84f5f..6bf8cb8 100644 --- a/discord/discord.cpp +++ b/discord/discord.cpp @@ -523,7 +523,6 @@ void DiscordClient::HandleGatewayMessageUpdate(const GatewayMessage &msg) { current->from_json_edited(msg.Data); - current->SetEdited(); m_signal_message_update.emit(id, current->ChannelID); } |