Add iOS message action controls
This commit is contained in:
@@ -195,6 +195,10 @@ public final class ChatViewModel: ObservableObject {
|
||||
replyTo = message
|
||||
}
|
||||
|
||||
public func cancelReply() {
|
||||
replyTo = nil
|
||||
}
|
||||
|
||||
public func edit(message: Message, text: String) async {
|
||||
do {
|
||||
let edited = try await bridge.editMessage(chatId: chat.id, messageId: message.id, text: text)
|
||||
|
||||
Reference in New Issue
Block a user