Add masking / mono icons.

This commit is contained in:
Paul
2021-07-07 23:30:30 +01:00
parent a647891eb3
commit 64319e5939
4 changed files with 14 additions and 2 deletions

View File

@@ -137,7 +137,7 @@ self.addEventListener("push", (event) => {
: JSON.stringify(data.content),
timestamp: decodeTime(data._id),
tag: data.channel,
badge: "https://app.revolt.chat/assets/icons/android-chrome-512x512.png",
badge: "https://app.revolt.chat/assets/icons/mono-48x48.png",
data:
channel?.channel_type === "TextChannel"
? `/server/${channel.server}/channel/${channel._id}`