better target for message notifications
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user