fix: can not fav
This commit is contained in:
@@ -92,10 +92,6 @@ const StyledMsg = styled.div`
|
||||
}
|
||||
&.archive {
|
||||
gap: 8px;
|
||||
.avatar {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
> .details {
|
||||
gap: 0;
|
||||
.up .name {
|
||||
|
||||
@@ -227,11 +227,10 @@ export const normalizeArchiveData = (
|
||||
thumbnail_id,
|
||||
avatar: user.avatar
|
||||
});
|
||||
user.avatar = avatarUrl;
|
||||
return {
|
||||
source,
|
||||
from_mid: mid,
|
||||
user,
|
||||
user: { ...user, avatar: avatarUrl },
|
||||
content: transformedContent,
|
||||
content_type,
|
||||
properties,
|
||||
|
||||
@@ -48,6 +48,7 @@ const StyledWrapper = styled.div`
|
||||
height: 1px;
|
||||
background-color: #e4e7ec;
|
||||
margin: 26px 0;
|
||||
overflow: visible;
|
||||
&:after {
|
||||
padding: 4px;
|
||||
background-color: #fff;
|
||||
|
||||
Reference in New Issue
Block a user