Skip to content

Commit

Permalink
fix: remove edited flag on unedited messages
Browse files Browse the repository at this point in the history
  • Loading branch information
domw30 committed Oct 6, 2023
1 parent a7f7bac commit 9303e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/chat/matrix-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ export class MatrixClient implements IChatClient {
message,
isAdmin: false,
createdAt: timestamp,
updatedAt: timestamp,
updatedAt: null,
sender: {
userId: senderId,
firstName: matrixEvent.sender?.name,
Expand Down

0 comments on commit 9303e62

Please sign in to comment.