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

Version 0.9.42: critical bug fix in contacts box, message edit fix.

This commit is contained in:
John Preston
2016-04-12 11:13:03 +03:00
parent af014b3c14
commit b07cd1264c
8 changed files with 26 additions and 24 deletions

View File

@@ -648,7 +648,7 @@ void EditCaptionBox::onSave(bool ctrlShiftEnter) {
return;
}
MTPmessages_EditMessage::Flags flags = 0;
MTPmessages_EditMessage::Flags flags = MTPmessages_EditMessage::Flag::f_message;
if (_previewCancelled) {
flags |= MTPmessages_EditMessage::Flag::f_no_webpage;
}