diff --git a/social-app.-.md b/social-app.-.md index d65a6bb..6fc8644 100644 --- a/social-app.-.md +++ b/social-app.-.md @@ -41,4 +41,56 @@ function hackModifyThumbnailPath(uri: string, isEnabled: boolean): string { } source={{ uri: hackModifyThumbnailPath(avatar, 1 > 0), }} -``` \ No newline at end of file +``` + +## profile + +```json +{ + "did": "did:plc:vzsvtbtbnwn22xjqhcu3vd6y", + "handle": "syui.syu.is", + "displayName": "", + "avatar": "https://bsky.syu.is/img/avatar/plain/did:plc:vzsvtbtbnwn22xjqhcu3vd6y/bafkreibj33gomcziy3rxx7hdnqlnpgjk4rwo3i564ooooooodsakrk6o7e@jpeg", + "associated": { + "lists": 0, + "feedgens": 0, + "starterPacks": 0, + "labeler": false, + "chat": { + "allowIncoming": "following" + } + }, + "viewer": { + "muted": false, + "blockedBy": false, + "knownFollowers": { + "count": 1, + "followers": [ + { + "did": "did:plc:6qyecktefllvenje24fcxnie", + "handle": "ai.syu.is", + "displayName": "", + "avatar": "https://bsky.syu.is/img/avatar/plain/did:plc:6qyecktefllvenje24fcxnie/bafkreiet4pwlnshk7igra5flf2fuxpg2bhvf2apts4rqwcr56hzhgycii4@jpeg", + "viewer": { + "muted": false, + "blockedBy": false, + "following": "at://did:plc:vzsvtbtbnwn22xjqhcu3vd6y/app.bsky.graph.follow/3l6wio6mhak23", + "followedBy": "at://did:plc:6qyecktefllvenje24fcxnie/app.bsky.graph.follow/3lisvhvr4gs2d" + }, + "labels": [] + } + ] + } + }, + "labels": [], + "createdAt": "2024-08-11T14:04:57.419Z", + "indexedAt": "2024-08-11T14:04:57.419Z", + "followersCount": 1, + "followsCount": 2, + "postsCount": 51 +} +``` + +例えば、このlinkが有効でないとmin画像が表示されない。 + +> https://bsky.syu.is/img/avatar_thumbnail/plain/did:plc:vzsvtbtbnwn22xjqhcu3vd6y/bafkreibj33gomcziy3rxx7hdnqlnpgjk4rwo3i564ooooooodsakrk6o7e@jpeg \ No newline at end of file