Private
Public Access
1
0
This commit is contained in:
2024-06-01 18:17:57 -07:00
parent a2caa2ddca
commit 0dde0b9c53
2 changed files with 10 additions and 17 deletions

View File

@@ -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,
}
}