Cleanup and improved webmentions support
This commit is contained in:
parent
3abeab088f
commit
c9aea8cab3
19 changed files with 231 additions and 83 deletions
|
@ -20,8 +20,8 @@ from app.actor import _actor_hash
|
|||
from app.config import KEY_PATH
|
||||
from app.database import AsyncSession
|
||||
from app.database import SessionLocal
|
||||
from app.database import now
|
||||
from app.key import Key
|
||||
from app.utils.datetime import now
|
||||
|
||||
_MAX_RETRIES = 16
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue