Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add bookmark functionality #330 #331

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

only-dev-time
Copy link

@only-dev-time only-dev-time commented Apr 24, 2024

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 add bookmarks functionality #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 only-dev-time marked this pull request as ready for review May 2, 2024 18:14
@only-dev-time
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant