mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Return not_null<History*> in App::history().
This commit is contained in:
@@ -1858,7 +1858,7 @@ namespace {
|
||||
return ::histories;
|
||||
}
|
||||
|
||||
History *history(const PeerId &peer) {
|
||||
not_null<History*> history(const PeerId &peer) {
|
||||
return ::histories.findOrInsert(peer);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user