mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-29 11:01:22 -04:00
Improved mute feature, to update Blocklist, when the peer changes his name.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5159 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f6c6af8b59
commit
5a3863d216
3 changed files with 53 additions and 31 deletions
|
@ -63,8 +63,11 @@ protected slots:
|
|||
private:
|
||||
void updateParticipantsList();
|
||||
|
||||
bool isParticipantMuted(QString &participant);
|
||||
|
||||
void muteParticipant(const QString &nickname);
|
||||
void unMuteParticipant(const QString &nickname);
|
||||
bool isParticipantMuted(const QString &participant);
|
||||
bool isNicknameInLobby(const QString &nickname);
|
||||
|
||||
ChatLobbyId lobbyId;
|
||||
time_t lastUpdateListTime;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue