master
Bob Mottram 2019-06-28 23:06:39 +01:00
parent c8ff8d3f33
commit e3eb2e3af9
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ __status__ = "Production"
import json
import os
def inboxPermittedMessage(self,messageJson,federationList) -> bool:
def inboxPermittedMessage(messageJson,federationList) -> bool:
""" check that we are receiving from a permitted domain
"""
testParam='actor'