Full support and build fix.

This commit is contained in:
John Preston
2025-12-18 22:25:12 +04:00
parent 53324d5494
commit 28434f4bee
136 changed files with 681 additions and 692 deletions

View File

@@ -22,7 +22,7 @@ Manager::Manager() = default;
Manager::~Manager() = default;
void Manager::start(not_null<PeerData*> peer) {
start(&peer->session(), peer->input);
start(&peer->session(), peer->input());
}
void Manager::startTopic(
@@ -35,7 +35,7 @@ void Manager::startTopic(
}
_controller = std::make_unique<Controller>(
&peer->session().mtp(),
peer->input,
peer->input(),
int32(topicRootId.bare),
uint64(peer->id.value),
topicTitle);