Commit 0178d70
authored
Fix: mis-spelled userReactions feature (#231)
"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-bigbluebutton1 parent a8c6b3c commit 0178d70
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
0 commit comments