Merge branch 'master'

This commit is contained in:
NicKoehler
2023-02-26 10:12:52 +01:00
77 changed files with 4121 additions and 1618 deletions

View File

@@ -454,6 +454,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Stop voice call", ""),
("relay_hint_tip", ""),
("Reconnect", ""),
("Codec", ""),
("Resolution", ""),
("No transfers in progress", ""),
].iter().cloned().collect();
}