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 rosylilly committed May 4, 2019
1 parent d9a0f27 commit 4bd179d
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 4bd179d

Please sign in to comment.