Skip to content

Commit

Permalink
Use MSC4143 (instaed of non-legacy) wording in comment
Browse files Browse the repository at this point in the history
Co-authored-by: Hugh Nimmo-Smith <[email protected]>
  • Loading branch information
toger5 and hughns authored Dec 17, 2024
1 parent 2cd6f96 commit 9da691c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matrixrtc/MatrixRTCSession.ts
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ export class MatrixRTCSession extends TypedEventEmitter<MatrixRTCSessionEvent, M
if (!localUserId || !localDeviceId) throw new Error("User ID or device ID was null!");

let newContent: {} | SessionMembershipData = {};
// TODO: add back expiary logic to non-legacy events
// TODO: implement expiry logic to MSC4143 events
// previously we checked here if the event is timed out and scheduled a check if not.
// maybe there is a better way.
newContent = this.makeNewMembership(localDeviceId);
Expand Down

0 comments on commit 9da691c

Please sign in to comment.