mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 02:55:18 -04:00
fixed wrong display of trash messages in inbox
This commit is contained in:
parent
64fecf42f4
commit
0bcbe14b2c
4 changed files with 23 additions and 23 deletions
|
@ -563,8 +563,8 @@ public:
|
|||
/**
|
||||
* @brief MessageToTrash
|
||||
* @jsonapi{development}
|
||||
* @param[in] msgId
|
||||
* @param[in] bTrash
|
||||
* @param[in] msgId Id of the message to mode to trash box
|
||||
* @param[in] bTrash Move to trash if true, otherwise remove from trash
|
||||
* @return true on success
|
||||
*/
|
||||
virtual bool MessageToTrash(const std::string &msgId, bool bTrash) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue