master
Bob Mottram 2019-08-05 16:52:18 +01:00
parent ba3460418c
commit b3d597ae06
1 changed files with 1 additions and 0 deletions

View File

@ -267,6 +267,7 @@ def personLookup(domain: str,path: str,baseDir: str) -> {}:
"""
if path.endswith('#main-key'):
path=path.replace('#main-key','')
# is this a shared inbox lookup?
if path=='/inbox' or path=='/users/inbox' or path=='/sharedInbox':
path='/users/inbox'
else: