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

Fixed checkboxes in boxes. Clearing cloud draft on inline result send.

No history to down if unread appear in an inactive opened conversation.
This commit is contained in:
John Preston
2016-06-13 13:08:46 +03:00
parent fccae52654
commit be2a0abbc8
3 changed files with 21 additions and 11 deletions

View File

@@ -1149,7 +1149,6 @@ void History::newItemAdded(HistoryItem *item) {
if (!item->unread()) {
outboxRead(item);
}
item->history()->clearCloudDraft();
} else if (item->unread()) {
bool skip = false;
if (!isChannel() || peer->asChannel()->amIn()) {