Use recent requester userIds from API.

This commit is contained in:
John Preston
2021-10-27 09:57:50 +04:00
parent 36271d6b85
commit eb82664452
5 changed files with 32 additions and 136 deletions
@@ -766,15 +766,6 @@ void InviteLinks::requestMoreLinks(
}).send();
}
void InviteLinks::pushRecentRequests(RecentRequests &&requests) {
_recentRequestsLocal.fire(std::move(requests));
}
auto InviteLinks::recentRequestsLocal() const
-> rpl::producer<RecentRequests> {
return _recentRequestsLocal.events();
}
void InviteLinks::editPermanentLink(
not_null<PeerData*> peer,
const QString &link) {