Delay poussetaches processing at startup

This commit is contained in:
Thomas Sileo
2019-08-28 23:11:40 +02:00
parent 885af6ae6e
commit 6e11ecce5b
3 changed files with 5 additions and 1 deletions

View File

@@ -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(),