|
|
@ -559,7 +559,7 @@ class _ChatState extends State<_Chat> {
|
|
|
|
user: room.getUserByMXIDSync(
|
|
|
|
user: room.getUserByMXIDSync(
|
|
|
|
room.directChatMatrixID),
|
|
|
|
room.directChatMatrixID),
|
|
|
|
onMention: () => sendController.text +=
|
|
|
|
onMention: () => sendController.text +=
|
|
|
|
' ${room.directChatMatrixID}',
|
|
|
|
'${room.directChatMatrixID} ',
|
|
|
|
),
|
|
|
|
),
|
|
|
|
)
|
|
|
|
)
|
|
|
|
: () => Navigator.of(context).push(
|
|
|
|
: () => Navigator.of(context).push(
|
|
|
@ -789,7 +789,7 @@ class _ChatState extends State<_Chat> {
|
|
|
|
user: event.sender,
|
|
|
|
user: event.sender,
|
|
|
|
onMention: () =>
|
|
|
|
onMention: () =>
|
|
|
|
sendController.text +=
|
|
|
|
sendController.text +=
|
|
|
|
' ${event.senderId}',
|
|
|
|
'${event.senderId} ',
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
onSelect: (Event event) {
|
|
|
|
onSelect: (Event event) {
|
|
|
|