hivemind icon indicating copy to clipboard operation
hivemind copied to clipboard

add bookmark functionality #330

Open only-dev-time opened this issue 10 months ago • 1 comments

Adds the function to save bookmarks for posts and comments.

Changes in detail:

  • Added a new table hive_bookmarks
  • Increase of the DB version to 21
  • Processing of custom_json operations (structure #330) for adding and removing a bookmark
  • Added a new request bridge.get_bookmarked_posts
  • Post data returns an additional field bookmarked_by containing the accounts that have bookmarked the post or comment.

No resync is required.

only-dev-time avatar Apr 24 '24 19:04 only-dev-time

I rebased the feature branch and removed some commits that are not required for the final version. This should make the review a little easier.

only-dev-time avatar May 26 '24 22:05 only-dev-time