mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-22 14:38: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):
|
async def inbox(request):
|
||||||
config = request.app.config
|
config = request.app.config
|
||||||
database = request.app.database
|
database = request.app.database
|
||||||
|
software = None
|
||||||
|
|
||||||
## reject if missing signature header
|
## reject if missing signature header
|
||||||
if 'signature' not in request.headers:
|
if 'signature' not in request.headers:
|
||||||
|
|
Loading…
Reference in a new issue