mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Update API scheme to layer 120.
This commit is contained in:
@@ -260,6 +260,8 @@ void HistoryService::setMessageByAction(const MTPmessageAction &action) {
|
||||
return prepareSecureValuesSent(data);
|
||||
}, [&](const MTPDmessageActionContactSignUp &data) {
|
||||
return prepareContactSignUp();
|
||||
}, [&](const MTPDmessageActionGeoProximityReached &data) {
|
||||
return PreparedText{ tr::lng_message_empty(tr::now) }; // #TODO files
|
||||
}, [](const MTPDmessageActionPaymentSentMe &) {
|
||||
LOG(("API Error: messageActionPaymentSentMe received."));
|
||||
return PreparedText{ tr::lng_message_empty(tr::now) };
|
||||
|
Reference in New Issue
Block a user