mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-06 18:19:20 +00:00
add sticky event support
- use new js-sdk - use custom synapse - don't filter rooms by existing call state events Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
@@ -137,7 +137,7 @@ export function useGroupCallRooms(client: MatrixClient): GroupCallRoom[] {
|
||||
// We want to show all rooms that historically had a call and which we are (or can become) part of.
|
||||
const rooms = client
|
||||
.getRooms()
|
||||
.filter(roomHasCallMembershipEvents)
|
||||
// .filter(roomHasCallMembershipEvents)
|
||||
.filter(roomIsJoinable);
|
||||
const sortedRooms = sortRooms(client, rooms);
|
||||
Promise.all(
|
||||
|
||||
Reference in New Issue
Block a user