Skip to content

Conversation

@gkralik
Copy link

@gkralik gkralik commented Nov 17, 2025

"Update feature enum for BBB 3.0" (#225) introduced new cases for the Feature enum.

The BBB feature userReactions was mis-spelled and included as userActions (case USER_ACTIONS).

Add the correct USER_REACTIONS case with value userReactions.

Keep the wrong USER_ACTIONS case to not break existing (changing its value to userReactions is not possible as PHP enums do not allow duplicate values).

See https://docs.bigbluebutton.org/development/api/#updates-to-api-in-bigbluebutton

"Update feature enum for BBB 3.0" (littleredbutton#225)
introduced new cases for the Feature enum.

The BBB feature 'userReactions' was mis-spelled and included as
'userActions' (case USER_ACTIONS).

Add the correct USER_REACTIONS case with value 'userReactions'.

Keep the wrong USER_ACTIONS case to not break existing (changing its
value to userReactions is not possible as PHP enums do not allow
duplicate values).

See https://docs.bigbluebutton.org/development/api/#updates-to-api-in-bigbluebutton
@codecov
Copy link

codecov bot commented Nov 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.09%. Comparing base (13fabd0) to head (5024982).
⚠️ Report is 16 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #231      +/-   ##
============================================
- Coverage     98.73%   98.09%   -0.65%     
- Complexity      446      454       +8     
============================================
  Files            52       54       +2     
  Lines          1027     1049      +22     
============================================
+ Hits           1014     1029      +15     
- Misses           13       20       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@samuelwei samuelwei merged commit 0178d70 into littleredbutton:master Nov 17, 2025
7 of 8 checks passed
@gkralik gkralik deleted the fix-feature-userReactions branch November 17, 2025 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants