Fix forward dialog message preview display names
Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
parent
ad3aefad35
commit
ce57b66c91
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue