Merge pull request #3953 from Samueras/release

This commit is contained in:
Cohee
2025-05-04 20:55:23 +03:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@ -50,6 +50,8 @@ import {
unshallowCharacter,
deleteLastMessage,
getCharacterCardFields,
swipe_right,
swipe_left,
} from '../script.js';
import {
extension_settings,
@ -196,6 +198,7 @@ export function getContext() {
humanizedDateTime,
updateMessageBlock,
appendMediaToMessage,
swipe: { left: swipe_left, right: swipe_right },
variables: {
local: {
get: getLocalVariable,