diff --git a/inbox.py b/inbox.py index c3c6011fa..f82213b09 100644 --- a/inbox.py +++ b/inbox.py @@ -1032,7 +1032,7 @@ def receiveUndoBookmark(recentPostsCache: {}, \ return True if debug: print('DEBUG: bookmarked post found. Now undoing.') - undoBookmarksCollectionEntry(recentPostsCache: {},baseDir,postFilename, \ + undoBookmarksCollectionEntry(recentPostsCache,baseDir,postFilename, \ messageJson['object'],messageJson['actor'],domain,debug) return True