Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Only useful for testing, so it's left undocumented.
|
|
|
|
|
|
|
|
|
|
Yonle/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/87
|
|
Signed-off-by: Yonle <yonle@lecturify.net>
|
|
|
|
|
|
|
|
|
|
master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/86
|
|
Signed-off-by: Yonle <yonle@lecturify.net>
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|