Merge pull request #2554 from Succubyss/groupChat-timestamp Minor group chat timestamp fix
Signed| @@ -14,7 +14,7 @@ import { | ||
| 14 | 14 | saveChatConditional, |
| 15 | 15 | saveItemizedPrompts, |
| 16 | 16 | } from '../script.js'; |
| 17 | 17 | import { humanizedDateTime, getMessageTimeStamp } from './RossAscends-mods.js'; |
| 18 | 18 | import { |
| 19 | 19 | getGroupPastChats, |
| 20 | 20 | group_activation_strategy, |
| @@ -297,7 +297,7 @@ async function convertSoloToGroupChat() { | ||
| 297 | 297 | if (groupChat.length === 0) { |
| 298 | 298 | const newMessage = { |
| 299 | 299 | ...system_messages[system_message_types.GROUP], |
| 300 | 300 | send_date: humanizedDateTimegetMessageTimeStamp(), |
| 301 | 301 | extra: { type: system_message_types.GROUP }, |
| 302 | 302 | }; |
| 303 | 303 | groupChat.push(newMessage); |