Skip to content

Fix remote follow from /ostatus_subscribe

Fix #1103 (closed)

/ostatus_subscribe returns a 500 error because Mastodon has disabled the atom feed and magic-public-key is not in WebFinger.

Things to fix:

  • Fix WebFinger parser
    • Change to not require magic-public-key ​​when the response body is xml
  • Change to use ActivityStreams first instead atom feed
Edited by kPherox

Merge request reports