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:
@@ -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()) {
|
||||
|
Reference in New Issue
Block a user