mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16: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 {
|
if let Some(profile_img) = &author.profile_img {
|
||||||
format!(
|
format!(
|
||||||
"<div class=\"author-avatar\">\
|
"<div class=\"author-avatar\">\
|
||||||
<img\
|
<img \
|
||||||
alt=\"{author_name}\"\
|
alt=\"{author_name}\"\
|
||||||
src=\"blobs/{author_avatar_src}\"\
|
src=\"blobs/{author_avatar_src}\"\
|
||||||
/>\
|
/>\
|
||||||
|
|||||||
Reference in New Issue
Block a user