diff --git a/docroot/text.xml b/docroot/text.xml index b6c892b..6bfaddb 100644 --- a/docroot/text.xml +++ b/docroot/text.xml @@ -26,6 +26,7 @@
We're thrilled to have you join our community. Here, honesty, friendliness, and respect are our guiding principles.
As you explore, remember to be yourself and treat others with kindness. We have zero tolerance for insults, harassment, or unauthorized content.
+Please remember not to disclose personal information such as phone numbers, email addresses, residential addresses, etc.
Let's make this a welcoming space where everyone feels valued and safe. Welcome, and enjoy your time with us!
diff --git a/src/app.cpp b/src/app.cpp index 40c2f0f..e16e6ba 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -588,6 +588,7 @@ void App::renderChatLine(Wt::Json::Object &line, Wt::Json::Object conversation, } else { item = new Wt::WText(""); } + item->setToolTip(line["timestamp"]); item->setInline(false); } diff --git a/src/broadcast.cpp b/src/broadcast.cpp index 5001558..8fd8477 100644 --- a/src/broadcast.cpp +++ b/src/broadcast.cpp @@ -4,6 +4,7 @@ #include