mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-15 04:21:19 +00:00
disabled custom emoji, updated changelog
This commit is contained in:
parent
2a744bf5d7
commit
c028b043d1
2 changed files with 15 additions and 2 deletions
|
|
@ -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."
|
||||
],
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ const markdown = new MarkdownIt({
|
|||
})
|
||||
.use(normalizeFence)
|
||||
.use(chatPlugin)
|
||||
.use(customEmoji)
|
||||
// .use(customEmoji)
|
||||
.use(formatLink)
|
||||
.use(formatCode);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue