fix: ? display uuid instead of the same username for all messages
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

This commit is contained in:
JustTemmie 2025-05-27 00:32:24 +02:00
parent e4a338b99c
commit 68292b4e78
2 changed files with 10 additions and 12 deletions

View file

@ -1,7 +1,7 @@
<template>
<div id="message-area">
<div id="messages">
<Message v-for="message of messages" :username="displayName" :text="message.message"
<Message v-for="message of messages" :username="message.user_uuid" :text="message.message"
:timestamp="uuidToTimestamp(message.uuid)" format="12" />
</div>
<div id="message-box">