mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-11-30 18:56:32 -05:00
message length limit
This commit is contained in:
parent
9dfb8c3f71
commit
94988718e8
13 changed files with 792 additions and 132 deletions
|
|
@ -42,6 +42,7 @@ class ChatComponentCubit extends Cubit<ChatComponentState> {
|
|||
super(ChatComponentState(
|
||||
chatKey: GlobalKey<ChatState>(),
|
||||
scrollController: AutoScrollController(),
|
||||
textEditingController: InputTextFieldController(),
|
||||
localUser: null,
|
||||
remoteUsers: const IMap.empty(),
|
||||
historicalRemoteUsers: const IMap.empty(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue