Skip to content

Commit

Permalink
Fixed that User's pronouns are nilable
Browse files Browse the repository at this point in the history
  • Loading branch information
badBlackShark committed Jun 19, 2021
1 parent 6f925a2 commit 4f93451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/srcr/mappings/user/user.cr
Expand Up @@ -5,7 +5,7 @@ struct Srcom::User
@rel : String? # Present in certain contexts, but never relevant
property id : String
property names : User::Name
property pronouns : String
property pronouns : String?
property weblink : String
@[JSON::Field(key: "name-style")]
property name_style : User::NameStyle
Expand Down

0 comments on commit 4f93451

Please sign in to comment.