chore: bump deps.

This commit is contained in:
Paul Makles
2022-05-19 13:37:33 +01:00
parent 97ab6c075d
commit dc110ca082
4 changed files with 13 additions and 13 deletions

View File

@@ -74,7 +74,7 @@ export default observer(
let { url } = props;
if (masquerade?.avatar) {
url = masquerade.avatar;
url = client.proxyFile(masquerade.avatar);
} else if (!url) {
let override;
if (target && showServerIdentity) {