| 1517 | } |
| 1518 | |
| 1519 | not_null<History*> Session::history(PeerId peerId) { |
| 1520 | return _histories->findOrCreate(peerId); |
| 1521 | } |
| 1522 | |
| 1523 | History *Session::historyLoaded(PeerId peerId) const { |
| 1524 | return _histories->find(peerId); |
no test coverage detected