Add missing blueprint

This commit is contained in:
Thomas Sileo
2019-08-01 20:56:32 +02:00
parent c7fcbeb571
commit 4626fc36a4
4 changed files with 247 additions and 3 deletions

View File

@@ -23,12 +23,12 @@ from app_utils import back
from app_utils import p
from app_utils import post_to_outbox
from config import DB
from core.notifications import set_inbox_flags
from tasks import Tasks
from utils import now
from utils import opengraph
from utils.meta import MetaKey
from utils.meta import _meta
from utils.notifications import set_inbox_flags
SIG_AUTH = HTTPSigAuth(config.KEY)