Update sdk for performance increases
This commit is contained in:
parent
6670ae304a
commit
e924908d49
10 changed files with 23 additions and 19 deletions
|
|
@ -196,7 +196,10 @@ class MatrixState extends State<Matrix> {
|
|||
client = Client(widget.clientName,
|
||||
debug: false,
|
||||
enableE2eeRecovery: true,
|
||||
verificationMethods: verificationMethods);
|
||||
verificationMethods: verificationMethods,
|
||||
importantStateEvents: <String>{
|
||||
'im.ponies.room_emotes', // we want emotes to work properly
|
||||
});
|
||||
onJitsiCallSub ??= client.onEvent.stream
|
||||
.where((e) =>
|
||||
e.type == 'timeline' &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue