feat: wip message input
This commit is contained in:
@@ -449,7 +449,7 @@ class MessageInputState extends State<MessageInput> {
|
|||||||
),
|
),
|
||||||
title: Text('${m.user.name}', style: TextStyle(fontWeight: FontWeight.bold),),
|
title: Text('${m.user.name}', style: TextStyle(fontWeight: FontWeight.bold),),
|
||||||
subtitle: Text('${m.userId}'),
|
subtitle: Text('${m.userId}'),
|
||||||
trailing: Icon(Icons.alternate_email, color: StreamChatTheme.of(context).primaryColor,),
|
trailing: Icon(Icons.alternate_email, color: StreamChatTheme.of(context).accentColor,),
|
||||||
onTap: () {
|
onTap: () {
|
||||||
_mentionedUsers.add(m.user);
|
_mentionedUsers.add(m.user);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user