mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Direct Message: manage encrypted DM in case of invite by email
- Don’t allow to invite more than one contact by email - The DM will be created by enabling the encryption when the HS promotes the encryption - The chat composer is disabled until a matrix account is created by using the invited email
This commit is contained in:
@@ -125,6 +125,8 @@ extern NSTimeInterval const kResizeComposerAnimationDuration;
|
||||
|
||||
@property (nonatomic, strong, nullable) ComposerLinkActionBridgePresenter *composerLinkActionBridgePresenter;
|
||||
|
||||
@property (weak, nonatomic, nullable) UIViewController *waitingOtherParticipantViewController;
|
||||
@property (nonatomic) BOOL isWaitingForOtherParticipants;
|
||||
|
||||
/**
|
||||
Retrieve the live data source in cases where the timeline is not live.
|
||||
|
||||
Reference in New Issue
Block a user