Skip to content
Snippets Groups Projects
  • Eugen Rochko's avatar
    9b50a9dd
    Fix some ActivityPub JSON bugs (#4796) · 9b50a9dd
    Eugen Rochko authored
    - Fix assumption that `url` is always a string. Handle it if it's an
      array of strings, array of objects, object, or string, both for
      accounts and for objects
    - `sharedInbox` is actually supposed to be under `endpoints`, handle
      both cases and adjust the serializer
    9b50a9dd
    History
    Fix some ActivityPub JSON bugs (#4796)
    Eugen Rochko authored
    - Fix assumption that `url` is always a string. Handle it if it's an
      array of strings, array of objects, object, or string, both for
      accounts and for objects
    - `sharedInbox` is actually supposed to be under `endpoints`, handle
      both cases and adjust the serializer