2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Provided result of emoji userpic builder to api.

This commit is contained in:
23rd
2023-01-31 00:37:34 +03:00
committed by John Preston
parent b7cf32a65f
commit 6bb7263f7d
4 changed files with 29 additions and 6 deletions

View File

@@ -146,7 +146,11 @@ Cover::Cover(
_userpic->showCustom(base::duplicate(image));
_user->session().api().peerPhoto().upload(
_user,
{ std::move(image) });
{
std::move(image),
chosen.markup.documentId,
chosen.markup.colors,
});
});
_badge.setPremiumClickCallback([=] {