gui: chat: add power to vote distant participant

If identity got deleted, then banned one should start
this distant conversation, if i am not mistaken.
This commit is contained in:
chelovechishko 2022-05-08 20:38:35 +09:00
parent c6c6e11bec
commit ed0ea3aa01
3 changed files with 67 additions and 4 deletions

View file

@ -27,8 +27,8 @@
#include "ChatDialog.h"
#include "PopupChatWindow.h"
Q_DECLARE_METATYPE(RsGxsId)
Q_DECLARE_METATYPE(QList<RsGxsId>)
// Q_DECLARE_METATYPE(RsGxsId)
// Q_DECLARE_METATYPE(QList<RsGxsId>)
class GxsIdChooser ;
class QToolButton;
@ -101,7 +101,7 @@ private:
void muteParticipant(const RsGxsId& id);
void unMuteParticipant(const RsGxsId& id);
bool isNicknameInLobby(const RsGxsId& id);
ChatLobbyId lobbyId;
QString _lobby_name ;
time_t lastUpdateListTime;
@ -117,7 +117,7 @@ private:
/** Qt Designer generated object */
Ui::ChatLobbyDialog ui;
/** Ignored Users in Chatlobby by nickname until we had implemented Peer Ids in ver 0.6 */
std::set<RsGxsId> mutedParticipants;