Fix another compilation error.

This commit is contained in:
levlam 2022-07-23 12:15:54 +03:00
parent 8efe57fb6b
commit ad8693801f

View File

@ -1239,7 +1239,7 @@ unique_ptr<LinkManager::InternalLink> LinkManager::parse_t_me_link_query(Slice q
nullptr, std::move(user_link), url_query.get_arg("attach").str(), url_query.get_arg("startattach")); nullptr, std::move(user_link), url_query.get_arg("attach").str(), url_query.get_arg("startattach"));
} }
// /+<phone_number> // /+<phone_number>
return user_link; return std::move(user_link);
} else { } else {
// /+<link> // /+<link>
return td::make_unique<InternalLinkDialogInvite>(PSTRING() << "tg:join?invite=" return td::make_unique<InternalLinkDialogInvite>(PSTRING() << "tg:join?invite="