Implement chat bot mute on server side (#1).
This commit is contained in:
@@ -137,6 +137,8 @@ public:
|
||||
bool isSessionActive() const;
|
||||
void setIsKicked(bool kicked);
|
||||
bool isKicked() const;
|
||||
void setIsMuted(bool muted);
|
||||
bool isMuted() const;
|
||||
|
||||
bool checkIfINeedToShowCards();
|
||||
|
||||
@@ -190,6 +192,7 @@ private:
|
||||
|
||||
bool m_isSessionActive;
|
||||
bool m_isKicked;
|
||||
bool m_isMuted;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user