mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Fix member since and online status
This commit is contained in:
@@ -396,6 +396,8 @@ export function Message({ message, isAuthor, onContextMenu, onReactionClick, isD
|
|||||||
if (userProfile) {
|
if (userProfile) {
|
||||||
setProfileDialog({
|
setProfileDialog({
|
||||||
...userProfile,
|
...userProfile,
|
||||||
|
userId: userProfile.id,
|
||||||
|
memberSince: userProfile.created_at,
|
||||||
isOwnProfile: false
|
isOwnProfile: false
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user