refactored EnumFlags

This commit is contained in:
fourtf
2018-08-07 07:55:31 +02:00
parent bfa75330a4
commit 381177dd24
24 changed files with 422 additions and 394 deletions
+1 -1
View File
@@ -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);