Skip to content

Commit

Permalink
Fix approved column being set to nil instead of false (mastodon#10642)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron authored and hiyuki2578 committed Oct 2, 2019
1 parent 1880a4a commit 6984f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def open_registrations?
end

def external?
@external
!!@external
end

def sanitize_languages
Expand Down

0 comments on commit 6984f78

Please sign in to comment.