mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-31 11:35:37 +01:00
Forgot that groups exist
This commit is contained in:
parent
408a1fe846
commit
b5a6257352
@ -2783,6 +2783,7 @@ app.post('/getgroups', jsonParser, (_, response) => {
|
||||
const group = json5.parse(fileContents);
|
||||
const groupStat = fs.statSync(filePath);
|
||||
group['date_added'] = groupStat.birthtimeMs;
|
||||
group['create_date'] = humanizedISO8601DateTime(groupStat.birthtimeMs);
|
||||
|
||||
let chat_size = 0;
|
||||
let date_last_chat = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user