|
@@ -148,7 +148,7 @@ class ChatViewController: UITableViewController {
|
|
let msg = self.dcContext.getMessage(id: id)
|
|
let msg = self.dcContext.getMessage(id: id)
|
|
|
|
|
|
let pasteboard = UIPasteboard.general
|
|
let pasteboard = UIPasteboard.general
|
|
- if msg.type == DC_MSG_TEXT {
|
|
|
|
|
|
+ if msg.type == DC_MSG_TEXT || msg.type == DC_MSG_VIDEOCHAT_INVITATION {
|
|
pasteboard.string = msg.text
|
|
pasteboard.string = msg.text
|
|
} else {
|
|
} else {
|
|
pasteboard.string = msg.summary(chars: 10000000)
|
|
pasteboard.string = msg.summary(chars: 10000000)
|