Skip to content
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

Undo must point to URL of object #150

Open
fauno opened this issue Mar 16, 2024 · 1 comment
Open

Undo must point to URL of object #150

fauno opened this issue Mar 16, 2024 · 1 comment
Assignees

Comments

@fauno
Copy link
Collaborator

fauno commented Mar 16, 2024

Mastodon is embedding the undone activity, so the check for object being a string on performUndo() fails

   {
    @context: "https://www.w3.org/ns/activitystreams"                                                                                   
    id: "https://fedi.sutty.nl/users/fauno#follows/26/undo"                                                                             
    type: "Undo"                                                                                                                        
    actor: "https://fedi.sutty.nl/users/fauno"                                                                                          
    object: {                                                                                                                           
      "id": "https://fedi.sutty.nl/14775d9e-ff69-4a0e-aceb-fe05ab24cfd9",
      "type": "Follow",
      "actor": "https://fedi.sutty.nl/users/fauno",
      "object": "https://skel.sutty.local/about.jsonld"
    }

[19:14:42.246] INFO (1225): Undo must point to URL of object

@fauno fauno assigned sutty-coop and unassigned RangerMauve Apr 25, 2024
@RangerMauve RangerMauve transferred this issue from hyphacoop/social.distributed.press Apr 30, 2024
@sutty-coop
Copy link
Collaborator

Asingado a Agus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

4 participants