mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-19 13:31:24 +02:00
Fix forward dialog message preview display names
Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
parent
ad3aefad35
commit
ce57b66c91
@ -162,6 +162,7 @@ const ForwardDialog: React.FC<IProps> = ({ matrixClient: cli, event, permalinkCr
|
|||||||
});
|
});
|
||||||
mockEvent.sender = {
|
mockEvent.sender = {
|
||||||
name: profileInfo.displayname || userId,
|
name: profileInfo.displayname || userId,
|
||||||
|
rawDisplayName: profileInfo.displayname,
|
||||||
userId,
|
userId,
|
||||||
getAvatarUrl: (..._) => {
|
getAvatarUrl: (..._) => {
|
||||||
return avatarUrlForUser(
|
return avatarUrlForUser(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user