social-app を更新
parent
d594a0d721
commit
8b95d3645e
@ -51,9 +51,9 @@ source={{ uri: hackModifyThumbnailPath(avatar, 1 > 0), }}
|
|||||||
まずprofileを見てください。
|
まずprofileを見てください。
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
host=`cat ~/.config/ai/token.json|jq -r ".didDoc.service.[].serviceEndpoint"`
|
host=`cat ~/.config/atproto/token.json|jq -r ".didDoc.service.[].serviceEndpoint"`
|
||||||
token=`cat ~/.config/ai/token.json|jq -r .accessJwt`
|
token=`cat ~/.config/atproto/token.json|jq -r .accessJwt`
|
||||||
did=`cat ~/.config/ai/token.json|jq -r .did`
|
did=`cat ~/.config/atproto/token.json|jq -r .did`
|
||||||
req=/xrpc/app.bsky.actor.getProfile
|
req=/xrpc/app.bsky.actor.getProfile
|
||||||
url="${host}${req}?actor=$did"
|
url="${host}${req}?actor=$did"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user