Update FriendNotifications.plugin.js

This commit is contained in:
Mirco Wittrien 2021-01-24 14:10:37 +01:00
parent b6ad51bfdb
commit 8db64ca7d3
1 changed files with 1 additions and 1 deletions

View File

@ -784,7 +784,7 @@ module.exports = (_ => {
html: true,
timeout: toastTime,
avatar: avatar,
color: BDFDB.UserUtils.getStatusColor(status.name),
color: BDFDB.UserUtils.getStatusColor(status.name, true),
onClick: openChannel
});
let notificationSound = notificationSounds["toast" + status.name] || {};