Implement status feature and new design

This commit is contained in:
Christian Pauly 2020-04-26 18:15:48 +02:00
commit a4d34cb0b1
7 changed files with 344 additions and 155 deletions

View file

@ -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' &&