forked from indymedia/epicyon
No self
parent
c8ff8d3f33
commit
e3eb2e3af9
2
inbox.py
2
inbox.py
|
@ -9,7 +9,7 @@ __status__ = "Production"
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
|
|
||||||
def inboxPermittedMessage(self,messageJson,federationList) -> bool:
|
def inboxPermittedMessage(messageJson,federationList) -> bool:
|
||||||
""" check that we are receiving from a permitted domain
|
""" check that we are receiving from a permitted domain
|
||||||
"""
|
"""
|
||||||
testParam='actor'
|
testParam='actor'
|
||||||
|
|
Loading…
Reference in New Issue