mirror of https://gitlab.com/bashrc2/epicyon
Update inbox and outbox
parent
d932b75094
commit
a80aa22a21
|
@ -6743,7 +6743,9 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
self.postToNickname, domainFull,
|
||||
announceJson, 'outbox')
|
||||
# also copy the post id to the inbox index
|
||||
inboxUpdateIndex('inbox', baseDir,
|
||||
indexes = ['outbox', 'inbox']
|
||||
for boxNameIndex in indexes:
|
||||
inboxUpdateIndex(boxNameIndex, baseDir,
|
||||
self.postToNickname + '@' + domain,
|
||||
announceFilename, debug)
|
||||
|
||||
|
|
Loading…
Reference in New Issue