2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Edit chat types in filters.

This commit is contained in:
John Preston
2020-03-13 17:05:21 +04:00
parent 13fe0b6272
commit b88f0108ad
18 changed files with 654 additions and 231 deletions

View File

@@ -69,7 +69,7 @@ Main::Session &PrivacyExceptionsBoxController::session() const {
void PrivacyExceptionsBoxController::prepareViewHook() {
delegate()->peerListSetTitle(std::move(_title));
delegate()->peerListAddSelectedRows(_selected);
delegate()->peerListAddSelectedPeers(_selected);
}
std::vector<not_null<PeerData*>> PrivacyExceptionsBoxController::getResult() const {