forked from indymedia/epicyon
Lazy paste
parent
7200c12e44
commit
880d0ff1c4
2
inbox.py
2
inbox.py
|
@ -1032,7 +1032,7 @@ def receiveUndoBookmark(recentPostsCache: {}, \
|
||||||
return True
|
return True
|
||||||
if debug:
|
if debug:
|
||||||
print('DEBUG: bookmarked post found. Now undoing.')
|
print('DEBUG: bookmarked post found. Now undoing.')
|
||||||
undoBookmarksCollectionEntry(recentPostsCache: {},baseDir,postFilename, \
|
undoBookmarksCollectionEntry(recentPostsCache,baseDir,postFilename, \
|
||||||
messageJson['object'],messageJson['actor'],domain,debug)
|
messageJson['object'],messageJson['actor'],domain,debug)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue