Age | Commit message (Collapse) | Author |
|
Due to the routing change made for the shared inboxes, local users
are not in the data storage, so this fixes it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This way, some garbage like unrequested Deletes from Mastodon
and other transient errors (like unaccessible authors) can be
short-circuited before propagating the message to the users.
|
|
|
|
|
|
|
|
|
|
This reverts commit 8d0a69cd759813b1304605d1676fbca063f0ccdc.
|
|
Some sites require even Person requests to be signed.
|
|
|
|
|
|
|
|
|
|
In the NULL user case, only non-signed requests will be done,
but it's probably enough for actor requests in most cases.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
msg_actor().
|
|
|
|
|
|
|