mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-05 07:27:42 +02:00
Merge branch 'develop' into ismail/5068_start_thread
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
*/
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <MatrixKit/MatrixKit.h>
|
||||
#import "MatrixKit.h"
|
||||
|
||||
#import "MasterTabBarController.h"
|
||||
#import "JitsiViewController.h"
|
||||
|
||||
@@ -36,8 +36,6 @@
|
||||
#import "RoomKeyRequestViewController.h"
|
||||
#import "DecryptionFailureTracker.h"
|
||||
|
||||
#import <MatrixKit/MatrixKit.h>
|
||||
|
||||
#import "Tools.h"
|
||||
#import "WidgetManager.h"
|
||||
|
||||
@@ -393,7 +391,6 @@ NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUni
|
||||
MXLogDebug(@"------------------------------");
|
||||
MXLogDebug(@"Application info:");
|
||||
MXLogDebug(@"%@ version: %@", appDisplayName, appVersion);
|
||||
MXLogDebug(@"MatrixKit version: %@", MatrixKitVersion);
|
||||
MXLogDebug(@"MatrixSDK version: %@", MatrixSDKVersion);
|
||||
MXLogDebug(@"Build: %@\n", build);
|
||||
MXLogDebug(@"------------------------------\n");
|
||||
|
||||
Reference in New Issue
Block a user