mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 05:56:31 +03:00
fix: image avatars went missing
This commit is contained in:
@@ -204,7 +204,7 @@ fn message_to_html(author_cache: &HashMap<u32, ContactInfo>, message: Message) -
|
||||
if let Some(profile_img) = &author.profile_img {
|
||||
format!(
|
||||
"<div class=\"author-avatar\">\
|
||||
<img\
|
||||
<img \
|
||||
alt=\"{author_name}\"\
|
||||
src=\"blobs/{author_avatar_src}\"\
|
||||
/>\
|
||||
|
||||
Reference in New Issue
Block a user