mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-31 17:41:16 +00:00
Allow editing general notification sound.
This commit is contained in:
@@ -951,7 +951,7 @@ void Session::enumerateGroups(Fn<void(not_null<PeerData*>)> action) const {
|
||||
}
|
||||
}
|
||||
|
||||
void Session::enumerateChannels(
|
||||
void Session::enumerateBroadcasts(
|
||||
Fn<void(not_null<ChannelData*>)> action) const {
|
||||
for (const auto &[peerId, peer] : _peers) {
|
||||
if (const auto channel = peer->asChannel()) {
|
||||
|
||||
Reference in New Issue
Block a user