mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-24 14:32:37 +01:00
Fix onJitsiCall
This commit is contained in:
parent
38a17c49b9
commit
8c9691c494
@ -422,6 +422,7 @@ class MatrixState extends State<Matrix> {
|
||||
client = Client(widget.clientName, debug: false);
|
||||
onJitsiCallSub ??= client.onEvent.stream
|
||||
.where((e) =>
|
||||
e.type == 'timeline' &&
|
||||
e.eventType == 'm.room.message' &&
|
||||
e.content['content']['msgtype'] == Matrix.callNamespace &&
|
||||
e.content['sender'] != client.userID)
|
||||
|
Loading…
Reference in New Issue
Block a user