fixes #952 (replaced unused 'Notification' MessageFlag)

This commit is contained in:
moe-ka
2019-02-27 15:11:00 +00:00
committed by moka
parent bfa002d3a1
commit 89f3a3f3ea
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ enum class MessageFlag : uint16_t {
Untimeout = (1 << 10),
PubSub = (1 << 11),
Subscription = (1 << 12),
Notification = (1 << 13),
Whisper = (1 << 13),
AutoMod = (1 << 14),
RecentMessage = (1 << 15),
};