mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Return not_null<History*> in App::history().
This commit is contained in:
@@ -177,7 +177,8 @@ private:
|
||||
PeerData *_peer;
|
||||
MediaOverviewType _type;
|
||||
bool _reversed;
|
||||
History *_migrated, *_history;
|
||||
History *_history;
|
||||
History *_migrated;
|
||||
ChannelId _channel;
|
||||
|
||||
bool _selMode = false;
|
||||
|
Reference in New Issue
Block a user