On-fly switch of Markdown renderers

This commit is contained in:
SillyLossy
2023-04-30 18:07:08 +03:00
parent 2d624f90a6
commit a69750e36f
6 changed files with 92 additions and 28 deletions

View File

@@ -115,7 +115,7 @@ async function regenerateGroup() {
generateGroupWrapper();
}
async function getGroupChat(id) {
export async function getGroupChat(id) {
const response = await fetch("/getgroupchat", {
method: "POST",
headers: {