Conversation
dd398ab to
b1fd6a3
Compare
4 tasks
b1fd6a3 to
f31dbf6
Compare
- myMembership related properties get moved into its own interface
… live in MyMembershipManager)
f31dbf6 to
6f119f7
Compare
hughns
requested changes
Jan 9, 2025
Member
hughns
left a comment
There was a problem hiding this comment.
I've made a few comments on the style and some naming.
Otherwise this refactor looks solid and a good step in the right direction. 👍
robintown
reviewed
Jan 9, 2025
Member
robintown
left a comment
There was a problem hiding this comment.
Notes from our little pairing session:
094b0f4 to
e31e1cb
Compare
e31e1cb to
9daacc1
Compare
9daacc1 to
24c8eb1
Compare
hughns
approved these changes
Jan 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Can be reviewed commit by commit.
This PR does not change the actual logic, but instead lowers the complexity of the
MatrixRTCSessionclass.It moves all the logic into a new class
LocalMembershipManagerbut keeps all the logic paths the same.This results in a awkward api between the manager and the session and will be tackled in a follow up PR.
Checklist
public/exportedsymbols have accurate TSDoc documentation.