Allow highlights to be excluded from /mentions (#2036)
This commit is contained in:
@@ -37,6 +37,7 @@ enum class MessageFlag : uint32_t {
|
||||
Similar = (1 << 19),
|
||||
RedeemedHighlight = (1 << 20),
|
||||
RedeemedChannelPointReward = (1 << 21),
|
||||
ShowInMentions = (1 << 22),
|
||||
};
|
||||
using MessageFlags = FlagsEnum<MessageFlag>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user