Server messages clearly marked as such.

This commit is contained in:
Storm Dragon
2026-05-26 22:41:37 -04:00
parent a35ae10bc7
commit 7cfbcda152
2 changed files with 2 additions and 2 deletions
@@ -2,7 +2,7 @@
# shellcheck shell=bash disable=SC2034,SC2154 # shellcheck shell=bash disable=SC2034,SC2154
pkgname=skald-git pkgname=skald-git
pkgver=0.0.0.r1535.g0a149e5 pkgver=0.0.0.r1536.ga35ae10
pkgrel=1 pkgrel=1
pkgdesc='Audio-only hall-based conferencing server' pkgdesc='Audio-only hall-based conferencing server'
arch=('x86_64' 'aarch64') arch=('x86_64' 'aarch64')
+1 -1
View File
@@ -2946,7 +2946,7 @@ function displayCaption(message) {
* @param {string|HTMLElement} message * @param {string|HTMLElement} message
*/ */
function localMessage(message) { function localMessage(message) {
return addToChatbox(null, null, null, null, new Date(), false, false, '', message); return addToChatbox(null, null, null, 'server', new Date(), false, false, '', message);
} }
/** /**