mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-03 14:46:56 +02:00
The cache size did not include the media one (it was only the Matrix SDK one)
This commit is contained in:
@@ -49,6 +49,8 @@ typedef enum : NSUInteger {
|
||||
@property (nonatomic,readonly) BOOL isResumeDone;
|
||||
// return the MX cache size in bytes
|
||||
@property (nonatomic,readonly) NSUInteger MXCacheSize;
|
||||
// return the sum of the caches (MX cache + media cache ...)
|
||||
@property (nonatomic,readonly) NSUInteger cachesSize;
|
||||
|
||||
+ (MatrixHandler *)sharedHandler;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user