You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Akkoma fails to recognize the Follow by its remote ID. This is a bug in Akkoma, but Misskey should probably send remote/original Follow ID if it is available. Otherwise id should not be included.
Acceptable solution:
id: misskey.bubbletea.dev/1153...actor: misskey.bubbletea.dev/users/8r0...type: Rejectobject: # no idactor: akkoma.trwnh.com/users/atype: Followobject: misskey.bubbletea.dev/users/8r0...
Also acceptable solution:
id: misskey.bubbletea.dev/1153...actor: misskey.bubbletea.dev/users/8r0...type: Rejectobject: # original id on remote domainid: akkoma.trwnh.com/...actor: akkoma.trwnh.com/users/atype: Followobject: misskey.bubbletea.dev/users/8r0...
The text was updated successfully, but these errors were encountered:
clearly "actor": "https://akkoma.trwnh.com/users/a" could not have issued the activity "id": "https://nya.social/follows/81846b4926e3a4fbbe9122f5/817aea427f792178e7c1235e" because they are not on nya.social, they are on akkoma.trwnh.com, and by Same-Origin Policy this activity gets rejected by pleroma/akkoma
💡 Summary
"Remove follower" does not work due to wrong Follow ID. (originally filed as #9250 and marked fixed by #10600 but not actually fixed)
🥰 Expected Behavior
A Reject Follow is sent out referencing the remote Follow ID, or null ID for transient Follow activity
🤬 Actual Behavior
A Reject Follow is sent out referencing the local Follow ID
📝 Steps to Reproduce
📌 Environment
Misskey version: 13.9.2
Simplified representation of the activity:
Akkoma fails to recognize the Follow by its remote ID. This is a bug in Akkoma, but Misskey should probably send remote/original Follow ID if it is available. Otherwise
id
should not be included.Acceptable solution:
Also acceptable solution:
The text was updated successfully, but these errors were encountered: