Skip to content

Commit

Permalink
add sign in reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 committed Mar 6, 2024
1 parent 9aa59ad commit 0b634c2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion thrift/native.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ enum PurchaseScreenReason {
epic = 1
}

enum SignInScreenReason {
postComment = 0,
recommendComment = 1,
replyToComment = 2,
reportComment = 3
}

service Environment {
string nativeThriftPackageVersion()
bool isMyGuardianEnabled()
Expand Down Expand Up @@ -105,7 +112,7 @@ service User {
string discussionId(),
bool doesCcpaApply(),
bool isSignedIn(),
void signIn(),
void signIn(1:SignInScreenReason reason),
}

service Gallery {
Expand Down

0 comments on commit 0b634c2

Please sign in to comment.