2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Version 1.8.10.

- Bug fixes and other minor improvements.
This commit is contained in:
John Preston
2019-10-01 20:42:25 +03:00
parent 0c30bbf40a
commit a87529b8c9
7 changed files with 18 additions and 15 deletions

View File

@@ -36,7 +36,6 @@ void SendExistingMedia(
const auto session = &history->session();
const auto api = &session->api();
media->refreshFileReference("blabla");
message.action.clearDraft = false;
message.action.generateLocal = true;
api->sendAction(message.action);