forked from fedi/mastodon
Fix approved column being set to nil instead of false (#10642)
Fix https://github.com/tootsuite/mastodon/pull/10621#issuecomment-487316619
This commit is contained in:
parent
fba96c808d
commit
e18786dec7
|
@ -282,7 +282,7 @@ class User < ApplicationRecord
|
||||||
end
|
end
|
||||||
|
|
||||||
def external?
|
def external?
|
||||||
@external
|
!!@external
|
||||||
end
|
end
|
||||||
|
|
||||||
def sanitize_languages
|
def sanitize_languages
|
||||||
|
|
Loading…
Reference in a new issue