mirror of
https://github.com/mollyim/ringrtc.git
synced 2025-05-29 13:26:30 +01:00
Update to Rust 1.74.0
This commit is contained in:
parent
e9291dbfc0
commit
595784831d
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
1.72.1
|
||||
1.74.0
|
|
@ -3734,7 +3734,7 @@ impl Client {
|
|||
) {
|
||||
trace!("handle_reaction(): demux_id = {}", demux_id);
|
||||
|
||||
let value = reaction.value.unwrap_or(String::new());
|
||||
let value = reaction.value.unwrap_or_default();
|
||||
|
||||
if value.is_empty() {
|
||||
warn!("group_call::handle_reaction reaction value is empty");
|
||||
|
|
Loading…
Reference in a new issue