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

feature: Add support for making messages read/unread. #689

Draft
wants to merge 9 commits into
base: dev
Choose a base branch
from

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    5a765f5 View commit details
    Browse the repository at this point in the history
  2. Changed the from_read default to be true.

    Doesn't really make sense to mark your own messages unread... do we even need this column?
    shirblc committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    ed0b839 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    857d51f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    142f27a View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    cf23cdf View commit details
    Browse the repository at this point in the history
  2. Deleted the "delete thread" clause.

    It doesn't really make sense to delete threads anymore, because they're only for association and have no actual data. And if a thread with a user exists, we can just continue it (even if it has 0 messages).
    shirblc committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    e09f794 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77dd27b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21695ed View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Merge branch 'dev' of https://github.com/sendahug/send-hug-backend in…

    …to feature/read_unread_messages
    shirblc committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    50a0457 View commit details
    Browse the repository at this point in the history