mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-03 05:44:45 -05:00
Merge pull request #2467 from csoler/v0.6-BugFixing_13
V0.6 bug fixing 13
This commit is contained in:
commit
0ca399ebf5
5 changed files with 65 additions and 62 deletions
|
|
@ -906,8 +906,9 @@ virtual void getOwnAvatarData(unsigned char *& data,int& size) = 0 ;
|
|||
* @brief denyLobbyInvite deny a chat lobby invite
|
||||
* @jsonapi{development}
|
||||
* @param[in] id chat lobby id you were invited into
|
||||
*/
|
||||
virtual void denyLobbyInvite(const ChatLobbyId &id) = 0 ;
|
||||
* @return true on success
|
||||
*/
|
||||
virtual bool denyLobbyInvite(const ChatLobbyId &id) = 0 ;
|
||||
|
||||
/**
|
||||
* @brief getPendingChatLobbyInvites get a list of all pending chat lobby invites
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue