mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 07:28:28 +02:00
Add send reply mode in RoomInputToolbarView in order to update text input placeholder when sending a reply.
This commit is contained in:
@@ -69,6 +69,11 @@
|
||||
*/
|
||||
@property (nonatomic) BOOL isEncryptionEnabled;
|
||||
|
||||
/**
|
||||
Tell whether the input text will be a reply to a message.
|
||||
*/
|
||||
@property (nonatomic, getter=isReplyToEnabled) BOOL replyToEnabled;
|
||||
|
||||
/**
|
||||
Tell whether a call is active.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user