From adcc5dcc1c5bcf51c627674c303fafe9caece5cf Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 22 Oct 2019 21:46:10 +0100 Subject: [PATCH] nickname --- inbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inbox.py b/inbox.py index ef4f90d1..48385dab 100644 --- a/inbox.py +++ b/inbox.py @@ -1575,8 +1575,8 @@ def inboxAfterCapabilities(session,keyId: str,handle: str,messageJson: {}, \ actor=httpPrefix+'://'+domainFull+'/users/'+handle.split('@')[0] # create a reply notification file if needed + nickname=handle.split('@')[0] if isReply(postJsonObject,actor): - nickname=handle.split('@')[0] if nickname!='inbox': # replies index will be updated updateIndexList.append('tlreplies')