Cleanup and improved webmentions support
This commit is contained in:
parent
3abeab088f
commit
c9aea8cab3
19 changed files with 231 additions and 83 deletions
|
@ -12,7 +12,7 @@ from app import models
|
|||
from app.actor import RemoteActor
|
||||
from app.ap_object import RemoteObject
|
||||
from app.database import SessionLocal
|
||||
from app.database import now
|
||||
from app.utils.datetime import now
|
||||
|
||||
_Session = orm.scoped_session(SessionLocal)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue