From b3d597ae06cd58d745a439253f06bfe2824ac90a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 5 Aug 2019 16:52:18 +0100 Subject: [PATCH] Comment --- person.py | 1 + 1 file changed, 1 insertion(+) diff --git a/person.py b/person.py index 1cb729ed..6b868383 100644 --- a/person.py +++ b/person.py @@ -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: