Fixed problems with block; refactored code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user