1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-25 15:34:03 +02:00
This commit is contained in:
syuilo
2025-08-28 19:47:58 +09:00
parent 9cd918f12b
commit f0833cffe9
4 changed files with 8 additions and 10 deletions

View File

@@ -84,7 +84,6 @@ const bound = computed(() => props.link
: {});
const url = computed(() => {
if (props.user.avatarUrl == null) return null;
if (prefer.s.disableShowingAnimatedImages || prefer.s.dataSaver.avatar) return getStaticImageUrl(props.user.avatarUrl);
return props.user.avatarUrl;
});