mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 22:26:59 +02:00
Feature - Converting existing rooms to/from DMs
#715 Ensure 1:1 rooms are created with equal ops on both sides (the trusted_private_chat preset)
This commit is contained in:
@@ -903,6 +903,7 @@
|
||||
invite:inviteArray
|
||||
invite3PID:invite3PIDArray
|
||||
isDirect:YES
|
||||
preset:kMXRoomPresetTrustedPrivateChat
|
||||
success:^(MXRoom *room) {
|
||||
|
||||
roomCreationRequest = nil;
|
||||
@@ -952,6 +953,7 @@
|
||||
invite:@[matrixId]
|
||||
invite3PID:nil
|
||||
isDirect:YES
|
||||
preset:kMXRoomPresetTrustedPrivateChat
|
||||
success:^(MXRoom *room) {
|
||||
|
||||
roomCreationRequest = nil;
|
||||
|
||||
Reference in New Issue
Block a user