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
@@ -15,7 +15,7 @@ namespace chatterino {
struct Message;
using MessagePtr = std::shared_ptr<const Message>;
enum class MessageFlag : uint16_t;
enum class MessageFlag : uint32_t;
using MessageFlags = FlagsEnum<MessageFlag>;
class Channel : public std::enable_shared_from_this<Channel>