disabled custom emoji, updated changelog

This commit is contained in:
supertiger1234 2019-11-08 17:47:07 +00:00
parent 2a744bf5d7
commit c028b043d1
2 changed files with 15 additions and 2 deletions

View file

@ -9,12 +9,25 @@ const prototype = {
};
const config = [
{
version: 8.0,
title: "Move servers",
shortTitle: "",
date: "08/11/2019",
headColor: "#0c7b7f",
new: [
"You can now move servers to make your list more organized."
],
fix: [
"Fixed some bugs behind the scenes"
],
msg: "Disabled custom emojis due to an xss vulnerability 🤦‍♂️"
},
{
version: 7.9,
title: "Server banner",
shortTitle: "",
date: "03/11/2019",
headColor: "#0c7b7f",
new: [
"You can now add banners to your server! These banners will be displayed in your server channels list and in the explore tab. To change your banner, go to your server settings page."
],

View file

@ -35,7 +35,7 @@ const markdown = new MarkdownIt({
})
.use(normalizeFence)
.use(chatPlugin)
.use(customEmoji)
// .use(customEmoji)
.use(formatLink)
.use(formatCode);