forked from indymedia/epicyon
Don't store undo/delete activities
parent
29a4af00dd
commit
c94fc3d1f8
2
inbox.py
2
inbox.py
|
@ -693,6 +693,7 @@ def inboxAfterCapabilities(session,keyId: str,handle: str,messageJson: {}, \
|
|||
debug):
|
||||
if debug:
|
||||
print('DEBUG: Undo announce accepted from '+keyId)
|
||||
return False
|
||||
|
||||
if receiveDelete(session,handle, \
|
||||
baseDir,httpPrefix, \
|
||||
|
@ -705,6 +706,7 @@ def inboxAfterCapabilities(session,keyId: str,handle: str,messageJson: {}, \
|
|||
debug):
|
||||
if debug:
|
||||
print('DEBUG: Delete accepted from '+keyId)
|
||||
return False
|
||||
|
||||
if debug:
|
||||
print('DEBUG: object capabilities passed')
|
||||
|
|
Loading…
Reference in New Issue