Do not expose session from the protocol

This commit is contained in:
ismailgulek
2021-10-08 16:57:54 +03:00
parent 1e8b6c8be8
commit cfabd9de83
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 }