mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-22 06:08:54 -04:00
switch to hosted package
This commit is contained in:
parent
1a9cca0667
commit
576c8e477a
3 changed files with 19 additions and 25 deletions
|
@ -329,8 +329,8 @@ class ChatComponentCubit extends Cubit<ChatComponentState> {
|
|||
message.sentTimestamp.value.toInt()),
|
||||
sentAt: reconciledAt,
|
||||
id: reconciledId,
|
||||
text: '${contentText.text} (${message.seqId})',
|
||||
//text: contentText.text,
|
||||
//text: '${contentText.text} (${message.seqId})',
|
||||
text: contentText.text,
|
||||
metadata: {
|
||||
kSeqId: message.seqId,
|
||||
if (core.isOnlyEmoji(contentText.text)) 'isOnlyEmoji': true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue