mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Donations: Finish wiring up the 3ds validation flow
This commit is contained in:
@@ -373,6 +373,10 @@ ipc.on('cancel-presenting', () => {
|
||||
window.reduxActions?.calling?.cancelPresenting();
|
||||
});
|
||||
|
||||
ipc.on('donation-validation-complete', (_event, { token }) => {
|
||||
drop(window.Signal.Services.donations.finish3dsValidation(token));
|
||||
});
|
||||
|
||||
ipc.on('show-conversation-via-token', (_event, token: string) => {
|
||||
const { showConversationViaToken } = window.Events;
|
||||
if (showConversationViaToken) {
|
||||
|
||||
Reference in New Issue
Block a user