Searched refs:newSub (Results 1 – 2 of 2) sorted by relevance
247 std::optional<UserSubscription> newSub = in readData() local250 if (!newSub) in readData()257 std::string id = newSub->id; in readData()259 newSub->customText); in readData()264 std::move(*newSub))); in readData()
104 std::shared_ptr<persistent_data::UserSubscription> newSub = in initConfig() local108 boost::urls::parse_absolute_uri(newSub->destinationUrl); in initConfig()117 std::make_shared<Subscription>(newSub, *url, getIoContext()); in initConfig()