Skip to content

Commit 9bb7adc

Browse files
committed
* unread message count for group chat and single chat
* leave group chat * group chat page which can update group name and upgrade users to admin if i the group creator and update group image * kick users from group * admin downgrade and upgrade system if iam admin * admins can add users only
1 parent 6ac72f2 commit 9bb7adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import './screens/splash_screen.dart';
77
import 'controllers/app_controller.dart';
88
import 'generated/l10n.dart';
99

10-
const isUseRealServer = false;
10+
const isUseRealServer = true;
1111

1212
class VChatCustomWidgets extends VChatWidgetBuilder {
1313
@override

0 commit comments

Comments
 (0)