From 1c85c78e4c31fcbbfd4143a5ba3d15fb3d2c71d6 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Sun, 9 Jun 2024 04:02:45 -0400 Subject: [PATCH] add topic id to message --- app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.js b/app.js index 61830ed..950b076 100644 --- a/app.js +++ b/app.js @@ -300,6 +300,7 @@ function sendMessage(e) { name: config.userName, message, avatar: config.userAvatar, + topic: b4a.toString(currentRoom.topic, 'hex'), timestamp: Date.now(), });