2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Allow changing the recipients.

This commit is contained in:
John Preston
2024-12-02 20:20:34 +04:00
parent 82cec83d87
commit b8bf3f6520
14 changed files with 386 additions and 56 deletions

View File

@@ -115,8 +115,6 @@ public:
return *_session;
}
[[nodiscard]] QString nameSortKey(const QString &name) const;
[[nodiscard]] Groups &groups() {
return _groups;
}