ai/at
1
0

social-app を更新

2024-12-27 12:53:40 +00:00
parent d7b23f736a
commit a8a7459f24

@ -32,6 +32,7 @@ webは以下の変更を行うと表示されます。
> repos/social-app/src/view/com/util/UserAvatar.tsx > repos/social-app/src/view/com/util/UserAvatar.tsx
```ts ```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 { function hackModifyThumbnailPath(uri: string, isEnabled: boolean): string {
return isEnabled return isEnabled
// ? uri.replace('/img/avatar/plain/', '/img/avatar_thumbnail/plain/') // ? uri.replace('/img/avatar/plain/', '/img/avatar_thumbnail/plain/')