Implement status feature and new design
This commit is contained in:
parent
a361ee53f0
commit
a4d34cb0b1
7 changed files with 344 additions and 155 deletions
|
|
@ -406,7 +406,7 @@ class MatrixState extends State<Matrix> {
|
|||
void initState() {
|
||||
if (widget.client == null) {
|
||||
debugPrint("[Matrix] Init matrix client");
|
||||
client = Client(widget.clientName, debug: true);
|
||||
client = Client(widget.clientName, debug: false);
|
||||
onJitsiCallSub ??= client.onEvent.stream
|
||||
.where((e) =>
|
||||
e.type == 'timeline' &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue