Remove legacy bookmark messages

6a4ba1344f8a0e4b12d8aedb6921467fb278cdcb

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +0 -16Ignore whitespace
public/script.js+0 -16
@@ -556,8 +556,6 @@ export const system_message_types = {
556 GROUP: 'group',556 GROUP: 'group',
557 EMPTY: 'empty',557 EMPTY: 'empty',
558 GENERIC: 'generic',558 GENERIC: 'generic',
559 BOOKMARK_CREATED: 'bookmark_created',
560 BOOKMARK_BACK: 'bookmark_back',
561 NARRATOR: 'narrator',559 NARRATOR: 'narrator',
562 COMMENT: 'comment',560 COMMENT: 'comment',
563 SLASH_COMMANDS: 'slash_commands',561 SLASH_COMMANDS: 'slash_commands',
@@ -669,20 +667,6 @@ async function getSystemMessages() {
669 is_system: true,667 is_system: true,
670 mes: 'Generic system message. User `text` parameter to override the contents',668 mes: 'Generic system message. User `text` parameter to override the contents',
671 },669 },
672 bookmark_created: {
673 name: systemUserName,
674 force_avatar: system_avatar,
675 is_user: false,
676 is_system: true,
677 mes: 'Checkpoint created! Click here to open the checkpoint chat: <a class="bookmark_link" file_name="{0}" href="javascript:void(null);">{1}</a>',
678 },
679 bookmark_back: {
680 name: systemUserName,
681 force_avatar: system_avatar,
682 is_user: false,
683 is_system: true,
684 mes: 'Click here to return to the previous chat: <a class="bookmark_link" file_name="{0}" href="javascript:void(null);">Return</a>',
685 },
686 welcome_prompt: {670 welcome_prompt: {
687 name: systemUserName,671 name: systemUserName,
688 force_avatar: system_avatar,672 force_avatar: system_avatar,