clippy
This commit is contained in:
@@ -79,7 +79,7 @@ impl ConversationBuilder {
|
||||
date: self.date.unwrap_or(OffsetDateTime::now_utc()),
|
||||
unread_count: self.unread_count.unwrap_or(0),
|
||||
last_message_preview: self.last_message_preview,
|
||||
participant_display_names: self.participant_display_names.unwrap_or(vec![]),
|
||||
participant_display_names: self.participant_display_names.unwrap_or_default(),
|
||||
display_name: self.display_name,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user