[App] Add registration

This commit is contained in:
Christian Pauly 2020-01-09 22:52:27 +01:00
commit 29d418a358
8 changed files with 408 additions and 58 deletions

View file

@ -355,7 +355,7 @@ class MatrixState extends State<Matrix> {
@override
void initState() {
if (widget.client == null) {
client = Client(widget.clientName, debug: false);
client = Client(widget.clientName, debug: true);
if (!kIsWeb) {
_initWithStore();
} else {