| 5687 | } |
| 5688 | |
| 5689 | void Session::clearLocalStorage() { |
| 5690 | _cache->close(); |
| 5691 | _cache->clear(); |
| 5692 | _bigFileCache->close(); |
| 5693 | _bigFileCache->clear(); |
| 5694 | } |
| 5695 | |
| 5696 | void Session::fillMessagePeer(FullMsgId fullId, PeerId peerId) { |
| 5697 | if (!peerLoaded(peerId) && fullId.peer != peerId) { |
no test coverage detected