mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
move group_only_greetings to characters.js
This commit is contained in:
@ -408,6 +408,9 @@ function charaFormatData(data, directories) {
|
||||
//_.set(char, 'data.extensions.avatar', 'none');
|
||||
//_.set(char, 'data.extensions.chat', data.ch_name + ' - ' + humanizedISO8601DateTime());
|
||||
|
||||
// V3 fields
|
||||
_.set(char, 'data.group_only_greetings', data.group_only_greetings ?? [])
|
||||
|
||||
if (data.world) {
|
||||
try {
|
||||
const file = readWorldInfoFile(directories, data.world, false);
|
||||
|
Reference in New Issue
Block a user