Log updateProfileAccentColors and updateAccentColors on one line.
This commit is contained in:
parent
60eb989657
commit
86a78f725f
@ -4085,9 +4085,11 @@ void Td::send_update(tl_object_ptr<td_api::Update> &&object) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
switch (object_id) {
|
switch (object_id) {
|
||||||
|
case td_api::updateAccentColors::ID:
|
||||||
case td_api::updateChatThemes::ID:
|
case td_api::updateChatThemes::ID:
|
||||||
case td_api::updateFavoriteStickers::ID:
|
case td_api::updateFavoriteStickers::ID:
|
||||||
case td_api::updateInstalledStickerSets::ID:
|
case td_api::updateInstalledStickerSets::ID:
|
||||||
|
case td_api::updateProfileAccentColors::ID:
|
||||||
case td_api::updateRecentStickers::ID:
|
case td_api::updateRecentStickers::ID:
|
||||||
case td_api::updateSavedAnimations::ID:
|
case td_api::updateSavedAnimations::ID:
|
||||||
case td_api::updateSavedNotificationSounds::ID:
|
case td_api::updateSavedNotificationSounds::ID:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user