mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 19:06:35 +03:00
send out videochat-invitation message, set up fallback text
This commit is contained in:
@@ -638,6 +638,14 @@ impl Message {
|
||||
None
|
||||
}
|
||||
|
||||
pub async fn get_videochat_url(&self) -> Option<String> {
|
||||
None
|
||||
}
|
||||
|
||||
pub fn is_basic_videochat(&self) -> bool {
|
||||
false
|
||||
}
|
||||
|
||||
pub fn set_text(&mut self, text: Option<String>) {
|
||||
self.text = text;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user