Log updateProfileAccentColors and updateAccentColors on one line.

This commit is contained in:
levlam 2023-11-27 18:12:06 +03:00
parent 60eb989657
commit 86a78f725f

View File

@ -4085,9 +4085,11 @@ void Td::send_update(tl_object_ptr<td_api::Update> &&object) {
}
switch (object_id) {
case td_api::updateAccentColors::ID:
case td_api::updateChatThemes::ID:
case td_api::updateFavoriteStickers::ID:
case td_api::updateInstalledStickerSets::ID:
case td_api::updateProfileAccentColors::ID:
case td_api::updateRecentStickers::ID:
case td_api::updateSavedAnimations::ID:
case td_api::updateSavedNotificationSounds::ID: