Delay poussetaches processing at startup
This commit is contained in:
parent
885af6ae6e
commit
6e11ecce5b
3 changed files with 5 additions and 1 deletions
|
@ -51,6 +51,7 @@ def verify_pass(pwd):
|
|||
@blueprint.route("/admin/update_actor")
|
||||
@login_required
|
||||
def admin_update_actor() -> _Response:
|
||||
# FIXME(tsileo): make this a task, and keep track of our own actor_hash at startup
|
||||
update = ap.Update(
|
||||
actor=MY_PERSON.id,
|
||||
object=MY_PERSON.to_dict(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue