Add native Videokonferenz API - #51
joan-code6 wants to merge 1 commit into
Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: cf6a152209
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "search", | ||
| "dashboard", | ||
| "messages", | ||
| "videokonferenz", |
There was a problem hiding this comment.
Migrate saved sidebar orders to include Videokonferenz
For users who already have preferences stored, _merge_nested_preferences replaces the default sidebar.order list with the saved list, so adding this ID only to DEFAULT_SIDEBAR_ORDER does not add it to their returned preferences. Consequently, /settings/preferences continues to omit videokonferenz until the user explicitly saves a new sidebar order, preventing clients that treat this order as authoritative from showing the new module. Append newly introduced default items while decoding existing preferences, as the update route already does when an order is saved.
Useful? React with 👍 / 👎.
Summary
Validation
Paired PR
Rollout
Merge and deploy this backend PR before the paired UI PR.