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

Use shared inboxes for mentions too #3257

Merged
merged 2 commits into from
Feb 3, 2024

Commits on Jan 26, 2024

  1. Always prefer shared inboxes when computing receipent lists

    This avoids duplicate submissions to remote instances when mentioning
    followers (i.e., `POST /user/foo/inbox` followed by `POST /inbox`, which
    results in two separate `add_status` tasks, and might generate duplicates
    in the target instance).
    dato committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    31babdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ac8734 View commit details
    Browse the repository at this point in the history