Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
server or use the official ntfy.sh, and you have the option to use a private token to protect access and topics.
|
|
|
|
It may be because the actor request needs to be authenticated.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|