mirror of https://gitlab.com/bashrc2/epicyon
Update inbox and outbox
parent
d932b75094
commit
a80aa22a21
|
@ -6743,9 +6743,11 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
self.postToNickname, domainFull,
|
self.postToNickname, domainFull,
|
||||||
announceJson, 'outbox')
|
announceJson, 'outbox')
|
||||||
# also copy the post id to the inbox index
|
# also copy the post id to the inbox index
|
||||||
inboxUpdateIndex('inbox', baseDir,
|
indexes = ['outbox', 'inbox']
|
||||||
self.postToNickname + '@' + domain,
|
for boxNameIndex in indexes:
|
||||||
announceFilename, debug)
|
inboxUpdateIndex(boxNameIndex, baseDir,
|
||||||
|
self.postToNickname + '@' + domain,
|
||||||
|
announceFilename, debug)
|
||||||
|
|
||||||
# clear the icon from the cache so that it gets updated
|
# clear the icon from the cache so that it gets updated
|
||||||
if self.server.iconsCache.get('repeat.png'):
|
if self.server.iconsCache.get('repeat.png'):
|
||||||
|
|
Loading…
Reference in New Issue