mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-12 18:59:59 +02:00
Chat screen implementation
Disable identicon use in Vector.
This commit is contained in:
@@ -616,6 +616,9 @@
|
||||
|
||||
- (void)initMatrixSessions
|
||||
{
|
||||
// Disable identicon use
|
||||
[MXSDKOptions sharedInstance].disableIdenticonUseForUserAvatar = YES;
|
||||
|
||||
// Set first RoomDataSource class used in Vector
|
||||
[MXKRoomDataSourceManager registerRoomDataSourceClass:RoomDataSource.class];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user