implement show ignored users setting

This commit is contained in:
pphop
2019-04-13 01:12:39 +05:00
parent 3f41dfeff9
commit 320d74b287
4 changed files with 33 additions and 2 deletions
@@ -12,6 +12,8 @@ class Paths;
class IgnoreModel;
enum ShowIgnoredUsersMessages { Never, IfModerator, IfBroadcaster };
class IgnoreController final : public Singleton
{
public: