mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Preserving the entry extensions field through v2 char exports and imports
This commit is contained in:
@@ -4565,6 +4565,7 @@ function convertCharacterBook(characterBook) {
|
||||
sticky: entry.extensions?.sticky ?? null,
|
||||
cooldown: entry.extensions?.cooldown ?? null,
|
||||
delay: entry.extensions?.delay ?? null,
|
||||
extensions: entry.extensions ?? {},
|
||||
};
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user