Merge pull request #3568 from element-hq/toger5/createCallViewModel$

refactor to createCallViewModel$
This commit is contained in:
Timo
2025-11-17 15:04:18 +01:00
committed by GitHub
3 changed files with 1165 additions and 998 deletions

View File

@@ -266,6 +266,7 @@ export class ReactionsReader {
);
return;
}
// TODO refactor to use memer id `membershipEvent.membershipID` (needs to happen in combination with other memberId refactors)
const identifier = `${membershipEvent.userId}:${membershipEvent.deviceId}`;
if (!content.emoji) {

File diff suppressed because it is too large Load Diff

View File

@@ -335,6 +335,7 @@ export const createLocalMembership$ = ({
});
combineLatest([localTransport$, connectRequested$]).subscribe(
// TODO reconnect on options change.
([transport, connectRequested]) => {
if (
transport === null ||