Remove legacy bookmark messages

6a4ba1344f8a0e4b12d8aedb6921467fb278cdcb

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +0 -16Showing whitespace changes
public/script.js+0 -16
@@ -556,8 +556,6 @@ export const system_message_types = {
556556 GROUP: 'group',
557557 EMPTY: 'empty',
558558 GENERIC: 'generic',
559- BOOKMARK_CREATED: 'bookmark_created',
560- BOOKMARK_BACK: 'bookmark_back',
561559 NARRATOR: 'narrator',
562560 COMMENT: 'comment',
563561 SLASH_COMMANDS: 'slash_commands',
@@ -669,20 +667,6 @@ async function getSystemMessages() {
669667 is_system: true,
670668 mes: 'Generic system message. User `text` parameter to override the contents',
671669 },
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- },
686670 welcome_prompt: {
687671 name: systemUserName,
688672 force_avatar: system_avatar,