mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove legacy bookmark messages
This commit is contained in:
@ -556,8 +556,6 @@ export const system_message_types = {
|
|||||||
GROUP: 'group',
|
GROUP: 'group',
|
||||||
EMPTY: 'empty',
|
EMPTY: 'empty',
|
||||||
GENERIC: 'generic',
|
GENERIC: 'generic',
|
||||||
BOOKMARK_CREATED: 'bookmark_created',
|
|
||||||
BOOKMARK_BACK: 'bookmark_back',
|
|
||||||
NARRATOR: 'narrator',
|
NARRATOR: 'narrator',
|
||||||
COMMENT: 'comment',
|
COMMENT: 'comment',
|
||||||
SLASH_COMMANDS: 'slash_commands',
|
SLASH_COMMANDS: 'slash_commands',
|
||||||
@ -669,20 +667,6 @@ async function getSystemMessages() {
|
|||||||
is_system: true,
|
is_system: true,
|
||||||
mes: 'Generic system message. User `text` parameter to override the contents',
|
mes: 'Generic system message. User `text` parameter to override the contents',
|
||||||
},
|
},
|
||||||
bookmark_created: {
|
|
||||||
name: systemUserName,
|
|
||||||
force_avatar: system_avatar,
|
|
||||||
is_user: false,
|
|
||||||
is_system: true,
|
|
||||||
mes: 'Checkpoint created! Click here to open the checkpoint chat: <a class="bookmark_link" file_name="{0}" href="javascript:void(null);">{1}</a>',
|
|
||||||
},
|
|
||||||
bookmark_back: {
|
|
||||||
name: systemUserName,
|
|
||||||
force_avatar: system_avatar,
|
|
||||||
is_user: false,
|
|
||||||
is_system: true,
|
|
||||||
mes: 'Click here to return to the previous chat: <a class="bookmark_link" file_name="{0}" href="javascript:void(null);">Return</a>',
|
|
||||||
},
|
|
||||||
welcome_prompt: {
|
welcome_prompt: {
|
||||||
name: systemUserName,
|
name: systemUserName,
|
||||||
force_avatar: system_avatar,
|
force_avatar: system_avatar,
|
||||||
|
Reference in New Issue
Block a user