Do not expose session from the protocol

This commit is contained in:
ismailgulek
2021-10-08 16:57:54 +03:00
parent f84a9dff55
commit 96b206eb99
2 changed files with 1 additions and 4 deletions
@@ -21,9 +21,6 @@ public protocol RecentsListServiceProtocol {
// MARK: - Properties
/// Session instance, Implementations encouraged to hold a weak reference
var session: MXSession? { get }
/// Current mode
var mode: RecentsDataSourceMode { get }