diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-07-15 01:02:35 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-07-15 01:02:35 -0400 |
commit | 00524cefa29e80f0a9a80fd77bb6e1f4da024f65 (patch) | |
tree | 60096a087d1a858cdfaf242a9523b52be4d37de8 /src/discord | |
parent | 52a340e3666e4081b5f284c320404d06ac37b2f3 (diff) | |
download | abaddon-portaudio-00524cefa29e80f0a9a80fd77bb6e1f4da024f65.tar.gz abaddon-portaudio-00524cefa29e80f0a9a80fd77bb6e1f4da024f65.zip |
make editing inline, add up arrow shortcut
Diffstat (limited to 'src/discord')
-rw-r--r-- | src/discord/chatsubmitparams.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/discord/chatsubmitparams.hpp b/src/discord/chatsubmitparams.hpp index 24c6f50..e195189 100644 --- a/src/discord/chatsubmitparams.hpp +++ b/src/discord/chatsubmitparams.hpp @@ -20,6 +20,7 @@ struct ChatSubmitParams { bool Silent = false; Snowflake ChannelID; Snowflake InReplyToID; + Snowflake EditingID; Glib::ustring Message; std::vector<Attachment> Attachments; }; |