This commit is contained in:
Michael Telatynski 2021-06-29 22:21:05 +01:00
parent 8f4879ea96
commit a59e94b907
3 changed files with 10 additions and 13 deletions

View file

@ -170,7 +170,7 @@ const ForwardDialog: React.FC<IProps> = ({ matrixClient: cli, event, permalinkCr
userId,
getAvatarUrl: (..._) => {
return avatarUrlForUser(
{avatarUrl: profileInfo.avatar_url},
{ avatarUrl: profileInfo.avatar_url },
AVATAR_SIZE, AVATAR_SIZE, "crop",
);
},