- Show timestamp of messages

- Show warning, not to give out personal informations
This commit is contained in:
Torsten Schulz
2024-02-18 15:01:43 +01:00
parent 5e434017ab
commit 19f9595e8b
3 changed files with 4 additions and 0 deletions

View File

@@ -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);
}