mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Fixed reading issue in channels after getChannelDifference().
In App::history() readInboxBefore property was reset each time.
This commit is contained in:
@@ -1875,7 +1875,7 @@ namespace {
|
||||
}
|
||||
|
||||
History *history(const PeerId &peer) {
|
||||
return ::histories.findOrInsert(peer, 0, 0, 0);
|
||||
return ::histories.findOrInsert(peer);
|
||||
}
|
||||
|
||||
History *historyFromDialog(const PeerId &peer, int32 unreadCnt, int32 maxInboxRead, int32 maxOutboxRead) {
|
||||
|
Reference in New Issue
Block a user