load old messages
This commit is contained in:
parent
0bb3961cd2
commit
de561e0b95
10 changed files with 130 additions and 73 deletions
|
|
@ -39,7 +39,9 @@ extension ToMessage on Event {
|
|||
final metadata = {
|
||||
"formatted": formattedText.isEmpty ? body : formattedText,
|
||||
"eventType": type,
|
||||
"displayName": senderFromMemoryOrFallback.displayName,
|
||||
"displayName":
|
||||
senderFromMemoryOrFallback.displayName ??
|
||||
senderFromMemoryOrFallback.id,
|
||||
"txnId": transactionId,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue