better target for message notifications
linter / quality (push) Failing after 1m4s
tests / ci (8.3) (push) Failing after 48s
tests / ci (8.4) (push) Failing after 1m3s
tests / ci (8.5) (push) Failing after 1m10s

This commit is contained in:
Daan Meijer
2026-06-22 13:55:38 +02:00
parent 10bd46a53e
commit f3d5be6a80
4 changed files with 10 additions and 4 deletions
+1
View File
@@ -104,6 +104,7 @@ function formatTimestamp(isoString: string): { full: string; time: string } {
const participantsById = computed(() => {
const list = props.participants || [];
return list.reduce(
(acc, p) => {
acc[p.id] = p;