Merge pull request #979 from hemirt/whispers

do not disable whispers on clears and timeouts
This commit is contained in:
pajlada
2019-04-16 15:06:42 +02:00
committed by GitHub
7 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ using ChannelPtr = std::shared_ptr<Channel>;
struct Message;
using MessagePtr = std::shared_ptr<const Message>;
enum class MessageFlag : uint16_t;
enum class MessageFlag : uint32_t;
using MessageFlags = FlagsEnum<MessageFlag>;
class MessageLayout;