You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Move ChangeOwnership OwnershipMessageTypeFlags to an enum (#3648)
## Purpose of this PR
Swaps the `m_OwnershipMessageTypeFlags` from a bitfield to an enum as
the field is being used like an enum.
### Jira ticket
_Link to related jira ticket ([Use the smart
commits](https://support.atlassian.com/bitbucket-cloud/docs/use-smart-commits/)).
Short version (e.g. MTT-123) also works and gets auto-linked_
### Changelog
[//]: # (updated with all public facing changes - API changes, UI/UX
changes, behaviour changes, bug fixes. Remove if not relevant.)
- Changed: Internal representation of ChangeOwnershipMessage now uses an
enum rather than a bitfield.
## Documentation
- No documentation changes or additions were necessary.
## Testing & QA (How your changes can be verified during release
Playtest)
Can be playtested with the Astroids Ownership demos.
<!-- Add any performance testing results here if relevant. -->
### Functional Testing
[//]: # (If checked, List manual tests that have been performed.)
_Manual testing :_
- [ ] `Manual testing done`
_Automated tests:_
- [x] `Covered by existing automated tests`
- [ ] `Covered by new automated tests`
_Does the change require QA team to:_
- [ ] `Review automated tests`?
- [ ] `Execute manual tests`?
- [ ] `Provide feedback about the PR`?
If any boxes above are checked the QA team will be automatically added
as a PR reviewer.
## Backports
Performance improvement is only required to be in 2.x
0 commit comments