Skip to content

Commit

Permalink
Add isSignedIn and signIn methods to User service
Browse files Browse the repository at this point in the history
Co-authored-by: Ioanna Kokkini <[email protected]>
Co-authored-by: Anna Beddow <[email protected]>
  • Loading branch information
3 people committed Feb 28, 2024
1 parent 3d2b326 commit 9aa59ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion thrift/native.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ service User {
bool isPremium(),
list<string> filterSeenArticles(1:list<string> articleIds),
string discussionId(),
bool doesCcpaApply()
bool doesCcpaApply(),
bool isSignedIn(),
void signIn(),
}

service Gallery {
Expand Down

0 comments on commit 9aa59ad

Please sign in to comment.