Jeremy Gallant
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
packages/web/src/components/PageComponents/Messages/ChannelChat.tsx
|
|
|
@ -41,7 +41,7 @@ type DayGroup = { dayKey: number; label: string; items: Message[] }; |
|
|
|
|
|
|
|
function groupMessagesByDay( |
|
|
|
messages: Message[], |
|
|
|
t: TFunction<"ui", undefined>, |
|
|
|
t: TFunction<"common", undefined>, |
|
|
|
fmt: Intl.DateTimeFormat, |
|
|
|
): DayGroup[] { |
|
|
|
const out: DayGroup[] = []; |
|
|
|
|