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

Archive conversations #13357

Merged
merged 2 commits into from
Sep 20, 2024
Merged

Archive conversations #13357

merged 2 commits into from
Sep 20, 2024

Conversation

SystemKeeper
Copy link
Contributor

@SystemKeeper SystemKeeper commented Sep 20, 2024

🛠️ API Checklist

Adds possibility to archive a conversation. Archived will have a isArchived flag set on the room object, so clients are able to filter. There's no filtering on the serverside for the conversation list. So it's backwards compatible with all clients, the conversations will just not be filtered there.

Notifications will only be send if directly mentioned or directly called (Send ring to participant). Everything else is ignored.

🏁 Checklist

  • ⛑️ Tests (unit and/or integration) are included or not possible
  • 📘 API documentation in docs/ has been updated or is not required
  • 🔖 Capability is added or not needed

@SystemKeeper SystemKeeper changed the title WIP Archive conversations Sep 20, 2024
@SystemKeeper SystemKeeper marked this pull request as ready for review September 20, 2024 09:39
@nickvergessen nickvergessen added this to the 🖤 Next Major (31) milestone Sep 20, 2024
@nickvergessen nickvergessen self-assigned this Sep 20, 2024
@nickvergessen nickvergessen merged commit 271e520 into main Sep 20, 2024
71 checks passed
@nickvergessen nickvergessen deleted the feat/noid/archive-conversations branch September 20, 2024 09:41
@nickvergessen
Copy link
Member

/backport to stable30

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

Successfully merging this pull request may close these issues.

Hide Stale Conversations
2 participants