mvdicarlo / postybirb-plus

Remake of PostyBirb using React and NestJS
BSD 3-Clause "New" or "Revised" License
102 stars 24 forks source link

Mastodon : reply to post not working with Pleroma/Akkoma #256

Open bugsysop opened 1 year ago

bugsysop commented 1 year ago

Specified 'reply to URL' for Pleroma or Akkoma posts not accepted by PostyBirb.

leaftail1880 commented 1 year ago

@aneillans

aneillans commented 1 year ago

Will take a look; I need to respin my test instance of Pleroma, but will grab this and investigate this week.

bugsysop commented 1 year ago

If you need an account on test instance I can provide one

aneillans commented 1 year ago

If you need an account on test instance I can provide one

Appreciate that, but need access to back end logs when debugging these so its easier to have an offline instance :)

Pleroma isn't fully supported at present; I presume you are using the Mastodon account type to connect which will be using the compatibility API on the instance? This appears to be where the bug is coming in.

I do have a PR I'm working on to add "proper" Pleroma support which hit an issue which I should be able to resolve shortly however, and will ensure to add the new reply linking capability into it too. I'll keep this issue open until this is available as I think it would at least be a good test.

aneillans commented 1 year ago

Resolved in PR #262