mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-02 04:05:56 +00:00
fix tests.
This commit is contained in:
@@ -443,6 +443,7 @@ export const createLocalMembership$ = ({
|
||||
pairwise(),
|
||||
map(([prev, current]) => prev === true && current === false),
|
||||
),
|
||||
false,
|
||||
);
|
||||
|
||||
// inform the widget about the connect and disconnect intent from the user.
|
||||
|
||||
Reference in New Issue
Block a user