mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 23:16:30 +03:00
rename w30 to webxdc
This commit is contained in:
@@ -137,9 +137,9 @@ impl Message {
|
||||
append_text = false;
|
||||
stock_str::videochat_invitation(context).await
|
||||
}
|
||||
Viewtype::W30 => {
|
||||
Viewtype::Webxdc => {
|
||||
append_text = true;
|
||||
"W30".to_string()
|
||||
"Webxdc".to_string()
|
||||
}
|
||||
Viewtype::Text | Viewtype::Unknown => {
|
||||
if self.param.get_cmd() != SystemMessage::LocationOnly {
|
||||
|
||||
Reference in New Issue
Block a user