[Client] Add setting to ignore all private messages (#1250)

This commit is contained in:
Lukas Brübach 2026-09-06 13:50:16 +02:00
parent 0f003eabf9
commit dfa738ffcb
7 changed files with 41 additions and 0 deletions

View file

@ -20,6 +20,7 @@ public:
[[nodiscard]] virtual bool getShowMessagePopup() const = 0;
[[nodiscard]] virtual bool getShowMentionPopup() const = 0;
[[nodiscard]] virtual bool getRoomHistory() const = 0;
[[nodiscard]] virtual bool getIgnoreAllPrivateMessages() const = 0;
[[nodiscard]] virtual QString getHighlightWords() const = 0;
};