forked from chookspace/chookchat
Support for <meta> attributes
This commit is contained in:
@@ -17,6 +17,7 @@ struct Post {
|
||||
uint64_t userId = 0;
|
||||
|
||||
std::string genHtml() const;
|
||||
std::string genHtmlMeta() const;
|
||||
|
||||
Post(std::string contentin, const std::string& user);
|
||||
Post(std::string contentin, uint64_t user);
|
||||
|
||||
Reference in New Issue
Block a user