| Age | Commit message (Collapse) | Author |
|
|
|
|
|
with colon-wrapped ids.
|
|
|
|
|
|
|
|
|
|
|
|
enqueue_actor_refresh().
If forward_secs is a negative value in these functions, it's used as the modulo
of a hash of the user id. This way, a refresh storm of the same object by all users
is somewhat distributed in time.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This check needs more granularity; Mastodon sends Create + Note posts
not from the actor, relays sends announces, etc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
At least for misskey, because it's using the /users/... alias
instead of the real actor id.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
on input.
|
|
|
|
|
|
|
|
static storage.
|
|
|
|
|
|
In order to be a proper prefix, the actor url must end with a '/'
otherwise it can match another user that starts with the same prefix:
for example 'testuser' will match anything made by 'testuser2'
|
|
|
|
|
|
|
|
|
|
|