feature: try to get chat to actually work

This commit is contained in:
Andy Burke 2025-07-11 18:33:32 -07:00
parent 51acbef35f
commit 013e30264f
13 changed files with 1203 additions and 631 deletions

View file

@ -15,5 +15,7 @@ function datetime_to_local(input) {
timeStyle: "short",
hour12: true,
}),
value: local_datetime.valueOf(),
};
}