main2
Bob Mottram 2019-10-22 21:46:10 +01:00
parent ab7ac29d35
commit adcc5dcc1c
1 changed files with 1 additions and 1 deletions

View File

@ -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')