We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AP ActorのpublicKeyなどのtype: 'Key'が@contextで関連付けられておらず、JSON-LDとして機能してない。
publicKey
type: 'Key'
@context
"type": "Key" "owner": ... "publicKeyPem": ... :
↓ 正規化 (一番下)
N/A
* Installation Method or Hosting Service: N/A * Misskey: All including develop * Node: N/A * PostgreSQL: N/A * Redis: N/A * OS and Architecture: N/A
The text was updated successfully, but these errors were encountered:
mei23#4800
他の実装はどうなってる? → Mastodonとかには"type": "Key"は存在しない
"type": "Key"
なんでMisskeyにだけあるの?消しちゃえば? → 歴史的経緯でMisskey初期は (Actor#に添付するのではなく) ActorとKeyが別だった → AP /users/:userId/publickeyエンドポイントでオブジェクトを公開しているので消すわけにもいかなそう
Actor#
/users/:userId/publickey
その消せない AP /users/:userId/publickeyエンドポイントって必要なの? → 過去にそのエンドポイントをActorのkeyIdとして公開していたので、それで認識している実装があるかもしれない。
@contextをちゃんと付ける件 #7522
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
💡 Summary
AP Actorの
publicKey
などのtype: 'Key'
が@context
で関連付けられておらず、JSON-LDとして機能してない。🥰 Expected Behavior
↓ 正規化 (一番下)
🤬 Actual Behavior
📝 Steps to Reproduce
💻 Frontend Environment
🛰 Backend Environment (for server admin)
Do you want to address this bug yourself?
The text was updated successfully, but these errors were encountered: