From e07ed5017036c32c3aeff1cd93418b9170d2bd54 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Mon, 7 Aug 2017 15:17:34 -0400 Subject: [PATCH] define avatar form URL // FREEBIE --- SignalServiceKit/src/TSConstants.h | 1 + 1 file changed, 1 insertion(+) diff --git a/SignalServiceKit/src/TSConstants.h b/SignalServiceKit/src/TSConstants.h index 150848fb3..41a38eda1 100644 --- a/SignalServiceKit/src/TSConstants.h +++ b/SignalServiceKit/src/TSConstants.h @@ -42,6 +42,7 @@ typedef enum { kSMSVerification, kPhoneNumberVerification } VerificationTranspor #define textSecureDevicesAPIFormat @"v1/devices/%@" #define textSecureProfileAPIFormat @"v1/profile/%@" #define textSecureSetProfileAPI @"v1/profile" +#define textSecureProfileAvatarFormAPI @"v1/profile/form/avatar" #pragma mark Push RegistrationSpecific Constants typedef NS_ENUM(NSInteger, TSPushRegistrationError) {