From 2760a6e73be8f8375ce95a3e7880e4f3651402f0 Mon Sep 17 00:00:00 2001 From: 0x42 Date: Tue, 17 Aug 2021 14:53:19 +0300 Subject: [PATCH] add url in client_info --- proto/domain.thrift | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/domain.thrift b/proto/domain.thrift index fb636dfc..09fa2f21 100644 --- a/proto/domain.thrift +++ b/proto/domain.thrift @@ -351,6 +351,7 @@ struct RecurrentPayer { struct ClientInfo { 1: optional IPAddress ip_address 2: optional Fingerprint fingerprint + 3: optional string url } struct PayerSessionInfo {