Open
Description
otherwise we end up with a lot of useless object creation in the JS side. For example:
const roomMembers = await this.client.getRoomMembers(roomId);
const keysClaimReq = await this.machine.getMissingSessions(roomMembers.map(u => new UserId(u)));
we probably don't need these objects when it's clear they will be user IDs.
Metadata
Metadata
Assignees
Labels
No labels