Skip to content

Commit

Permalink
Add sign in referrer
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 committed Mar 12, 2024
1 parent 0b634c2 commit 5c2501e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions thrift/native.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ enum SignInScreenReason {
reportComment = 3
}

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

service Environment {
string nativeThriftPackageVersion()
bool isMyGuardianEnabled()
Expand Down

0 comments on commit 5c2501e

Please sign in to comment.