Added message historyp

This commit is contained in:
Torsten Schulz
2024-02-08 17:34:20 +01:00
parent cc5e4f38a8
commit cf73c5b13a
4 changed files with 61 additions and 1 deletions

View File

@@ -116,6 +116,7 @@ private:
void createMenu();
void addLeaveButton();
void logout();
void addHistoryButton();
void addIdentifier();
void addSearchButton();
void addInboxButton();
@@ -194,6 +195,8 @@ private:
std::string genderShortOfGender(const std::string incomingGender);
void extendSearchResultIfNeeded(Wt::Json::Object broadcast);
void removeUserFromSearch(Wt::Json::Object broadcast);
void requestHistory();
void showHistory(Wt::Json::Object broadcast);
};
#endif // APP_H