fix: extract sidebar channels into partial template and fix DM channel uid reference

This commit is contained in:
2025-02-22 00:21:44 +00:00
parent 3b42f59528
commit 51bc07dddc
3 changed files with 3 additions and 9 deletions
+1
View File
@@ -132,6 +132,7 @@
app.addEventListener("channel-message", (data) => {
if (data.channel_uid !== channelUid) {
if(!isMentionForSomeoneElse(data.message)){
channelSidebar.notify(data);
app.playSound("messageOtherChannel");
}