This commit is contained in:
2023-07-28 12:46:02 +02:00
parent 864b868f45
commit da851a985b
6 changed files with 58 additions and 6 deletions

View File

@@ -170,6 +170,7 @@ class MyHomePage extends StatelessWidget {
title: 'Test conversation',
messages: messages,
channelId: channelId,
jid: 'testjid',
),
);
},