add topic id to message

This commit is contained in:
Raven Scott 2024-06-09 04:02:45 -04:00
parent f83befa2e5
commit 1c85c78e4c

1
app.js
View File

@ -300,6 +300,7 @@ function sendMessage(e) {
name: config.userName,
message,
avatar: config.userAvatar,
topic: b4a.toString(currentRoom.topic, 'hex'),
timestamp: Date.now(),
});