refactored EnumFlags
This commit is contained in:
+1
-1
@@ -191,7 +191,7 @@ void Application::initPubsub()
|
||||
}
|
||||
|
||||
MessageBuilder msg(action);
|
||||
msg->flags |= Message::PubSub;
|
||||
msg->flags.set(MessageFlag::PubSub);
|
||||
|
||||
postToThread([chan, msg = msg.release()] {
|
||||
chan->addOrReplaceTimeout(msg);
|
||||
|
||||
Reference in New Issue
Block a user