forked from chookspace/chookchat
start work on like button, better html sanitisation
This commit is contained in:
@@ -18,8 +18,8 @@ struct Post {
|
||||
|
||||
std::string genHtml() const;
|
||||
|
||||
Post(const std::string& contentin, const std::string& user);
|
||||
Post(const std::string& contentin, uint64_t user);
|
||||
Post(std::string contentin, const std::string& user);
|
||||
Post(std::string contentin, uint64_t user);
|
||||
|
||||
// Constructor for DB
|
||||
Post(
|
||||
|
||||
Reference in New Issue
Block a user