forked from indymedia/epicyon
nickname
parent
ab7ac29d35
commit
adcc5dcc1c
2
inbox.py
2
inbox.py
|
@ -1575,8 +1575,8 @@ def inboxAfterCapabilities(session,keyId: str,handle: str,messageJson: {}, \
|
||||||
actor=httpPrefix+'://'+domainFull+'/users/'+handle.split('@')[0]
|
actor=httpPrefix+'://'+domainFull+'/users/'+handle.split('@')[0]
|
||||||
|
|
||||||
# create a reply notification file if needed
|
# create a reply notification file if needed
|
||||||
|
nickname=handle.split('@')[0]
|
||||||
if isReply(postJsonObject,actor):
|
if isReply(postJsonObject,actor):
|
||||||
nickname=handle.split('@')[0]
|
|
||||||
if nickname!='inbox':
|
if nickname!='inbox':
|
||||||
# replies index will be updated
|
# replies index will be updated
|
||||||
updateIndexList.append('tlreplies')
|
updateIndexList.append('tlreplies')
|
||||||
|
|
Loading…
Reference in New Issue