Skip to content

Commit

Permalink
fix: add date to chat message's header
Browse files Browse the repository at this point in the history
  • Loading branch information
psychology50 committed Jan 31, 2025
1 parent eaf5662 commit 676ef5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class SpendingShareEventListener(
event.senderId(),
event.name(),
null,
mapOf("Content-Type" to "application/json")
mapOf("Content-Type" to "application/json", "date" to event.date())
)
)
}
Expand Down

0 comments on commit 676ef5a

Please sign in to comment.