-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Cannot Detect Type #47
Comments
エラーログ |
外から来たJSON {
"jobData": {
"activity": {
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://w3id.org/security/v1",
{
"Key": "sec:Key",
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
"sensitive": "as:sensitive",
"Hashtag": "as:Hashtag",
"quoteUrl": "as:quoteUrl",
"toot": "http://joinmastodon.org/ns#",
"Emoji": "toot:Emoji",
"featured": "toot:featured",
"discoverable": "toot:discoverable",
"schema": "http://schema.org#",
"PropertyValue": "schema:PropertyValue",
"value": "schema:value",
"misskey": "https://misskey-hub.net/ns#",
"_misskey_content": "misskey:_misskey_content",
"_misskey_quote": "misskey:_misskey_quote",
"_misskey_reaction": "misskey:_misskey_reaction",
"_misskey_votes": "misskey:_misskey_votes",
"_misskey_summary": "misskey:_misskey_summary",
"_misskey_talk": "misskey:_misskey_talk",
"isCat": "misskey:isCat",
"vcard": "http://www.w3.org/2006/vcard/ns#"
}
],
"id": "https://chpk.kur0den.net/notes/9v0sm6adsz951rvm/activity",
"actor": "https://chpk.kur0den.net/users/9pohz0x5owfn0001",
"type": "Announce",
"published": "2024-06-27T12:16:33.109Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://chpk.kur0den.net/users/9pohz0x5owfn0001/followers"
],
"object": "https://mastodon.motcha.tech/users/mot/statuses/112688480168204701"
},
"signature": {
"scheme": "Signature",
"params": {
"keyId": "https://chpk.kur0den.net/users/9pohz0x5owfn0001#main-key",
"algorithm": "rsa-sha256",
"headers": [
"(request-target)",
"date",
"host",
"digest"
],
"signature": "省略"
},
"signingString": "(request-target): post /inbox\ndate: Thu, 27 Jun 2024 12:16:33 GMT\nhost: engawa.esurio1673.net\ndigest: SHA-256=[省略]",
"algorithm": "RSA-SHA256",
"keyId": "https://chpk.kur0den.net/users/9pohz0x5owfn0001#main-key"
}
},
"returnValue": null
} |
IAnnounceでtype: Announceを指定してるけど、何らかの理由でIPostのtypeと解釈されてそう |
Misskey側でこのPR出てるからうちで直す必要はなさそうかも |
💡 Summary
どうもtype AnnouceをResolveできてないっぽい?
🥰 Expected Behavior
正常に配送できる
🤬 Actual Behavior
配送できない
📝 Steps to Reproduce
No response
💻 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: