From 09dbd21fef6c18bb79f5dd1b0c73a02dd9fba92d Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Tue, 2 Nov 2021 12:29:39 +0100 Subject: Videochat message displayed, rm actions dups - message.*, qml/Message.qml: Videochat invitation message send from the original DeltaChat app are displayed. Currently, it's best if the chat instance use http or https scheme, since it'll normally open in a browser - qml/ComposePane.qml : We made Shorcuts and actions are needed anymore, no need for duplicates - qml/main.qml: Fix shortcut help for opening Settings page, it's Shift+Tab not Shift+S. --- message.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'message.cpp') diff --git a/message.cpp b/message.cpp index 6d02db1..89fafca 100644 --- a/message.cpp +++ b/message.cpp @@ -130,6 +130,12 @@ DcMessage::getFilemime() return result; } +QString +DcMessage::getVideochatUrl() +{ + return dc_msg_get_videochat_url(m_message); +} + int DcMessage::getWidth() { -- cgit v1.2.3-70-g09d2