mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-04 02:50:36 +00:00
Use recent requester userIds from API.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user