/addswipe command

This commit is contained in:
Cohee
2023-11-22 01:26:17 +02:00
parent 63e5bc9341
commit 55af72cb17
2 changed files with 57 additions and 2 deletions

View File

@@ -1394,6 +1394,9 @@ export async function reloadCurrentChat() {
await printMessages();
await eventSource.emit(event_types.CHAT_CHANGED, getCurrentChatId());
}
hideSwipeButtons();
showSwipeButtons();
}
function messageFormatting(mes, ch_name, isSystem, isUser) {