mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-12 18:58:00 +00:00
prevent error in inbox
This commit is contained in:
parent
7732a860e9
commit
4bdd2b031b
|
@ -71,6 +71,7 @@ async def actor(request):
|
|||
async def inbox(request):
|
||||
config = request.app.config
|
||||
database = request.app.database
|
||||
software = None
|
||||
|
||||
## reject if missing signature header
|
||||
if 'signature' not in request.headers:
|
||||
|
|
Loading…
Reference in a new issue