-
Notifications
You must be signed in to change notification settings - Fork 32
♻️ Adds feature flag check for realtime collaboration Project Document updates #8209
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
♻️ Adds feature flag check for realtime collaboration Project Document updates #8209
Conversation
Guards document update notifications with a configuration check to ensure updates are sent only when realtime collaboration is enabled. Prevents unnecessary operations and aligns with feature toggling.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #8209 +/- ##
==========================================
- Coverage 87.61% 85.41% -2.20%
==========================================
Files 1910 738 -1172
Lines 73360 33785 -39575
Branches 1301 176 -1125
==========================================
- Hits 64273 28859 -35414
+ Misses 8714 4868 -3846
+ Partials 373 58 -315
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
🧪 CI InsightsHere's what we observed from your CI run for c0c3163. 🟢 All jobs passed!But CI Insights is watching 👀 |
sanderegg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
|
64d6099
into
ITISFoundation:master



Guards document update notifications with a configuration check to ensure updates are sent only when realtime collaboration is enabled. Prevents unnecessary operations and aligns with feature toggling.
What do these changes do?
Related issue/s
How to test
Dev-ops