diff --git a/social-app.-.md b/social-app.-.md index 00a0361..d65a6bb 100644 --- a/social-app.-.md +++ b/social-app.-.md @@ -32,6 +32,7 @@ webは以下の変更を行うと表示されます。 > repos/social-app/src/view/com/util/UserAvatar.tsx ```ts +// https://raw.githubusercontent.com/bluesky-social/social-app/refs/heads/main/src/view/com/util/UserAvatar.tsx function hackModifyThumbnailPath(uri: string, isEnabled: boolean): string { return isEnabled // ? uri.replace('/img/avatar/plain/', '/img/avatar_thumbnail/plain/')