diff --git a/thrift/native.thrift b/thrift/native.thrift index 96b8b0b..c85eda7 100644 --- a/thrift/native.thrift +++ b/thrift/native.thrift @@ -71,6 +71,13 @@ enum PurchaseScreenReason { epic = 1 } +enum SignInScreenReason { + postComment = 0, + recommendComment = 1, + replyToComment = 2, + reportComment = 3 +} + service Environment { string nativeThriftPackageVersion() bool isMyGuardianEnabled() @@ -105,7 +112,7 @@ service User { string discussionId(), bool doesCcpaApply(), bool isSignedIn(), - void signIn(), + void signIn(1:SignInScreenReason reason), } service Gallery {