feat(ui): add possibility to limit attachments in MessageInput
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -106,7 +106,7 @@ class ChannelPage extends StatelessWidget {
|
||||
Expanded(
|
||||
child: MessageListView(),
|
||||
),
|
||||
MessageInput(),
|
||||
MessageInput(attachmentLimit: 3),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user