Fixed problems with block; refactored code

This commit is contained in:
Torsten Schulz
2024-02-21 11:08:27 +01:00
parent 19f9595e8b
commit ab8f84f371
5 changed files with 107 additions and 66 deletions

View File

@@ -51,6 +51,8 @@ public:
Message()= default;
Message(std::string fromSessionId_, Wt::WString message_);
Message(std::string fromSessionId_, std::shared_ptr<Magick::Image> image_);
Message(Wt::WString message_);
bool systemMessage{false};
std::string fromSessionId;
std::string sendType;
Wt::WDateTime sendTime;