main
Bob Mottram 2020-07-11 21:41:25 +01:00
parent 9cfb556922
commit b9cbbdb9c8
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ from followingCalendar import receivingCalendarEvents
def getUrlPath(actor: str, domainFull: str, callingDomain: str) -> str:
"""Returns path from url
eg. https://somedomain/users/bob becomes /users/bob
"""
postActor = actor
if callingDomain not in actor and domainFull in actor: