mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-22 06:08:54 -04:00
add unsent messages, fix hotkeys so they work with chrome
This commit is contained in:
parent
576c8e477a
commit
34f9bea6eb
5 changed files with 149 additions and 138 deletions
|
@ -333,6 +333,7 @@ class ChatComponentCubit extends Cubit<ChatComponentState> {
|
|||
text: contentText.text,
|
||||
metadata: {
|
||||
kSeqId: message.seqId,
|
||||
kSending: message.sendState == MessageSendState.sending,
|
||||
if (core.isOnlyEmoji(contentText.text)) 'isOnlyEmoji': true,
|
||||
});
|
||||
return (currentState, textMessage);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue