mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 11:35:29 +01:00
correct opt-out showing application (#10086)
* correct opt-out showing application
refs #9994
* Revert "correct opt-out showing application"
This reverts commit 0e9bb70f14
.
* User#shows_application? calls wrong value
This commit is contained in:
parent
aa6a4b7b8a
commit
4340d338fd
@ -245,7 +245,7 @@ class User < ApplicationRecord
|
||||
end
|
||||
|
||||
def shows_application?
|
||||
@shows_application ||= settings.shows_application
|
||||
@shows_application ||= settings.show_application
|
||||
end
|
||||
|
||||
def token_for_app(a)
|
||||
|
Loading…
Reference in New Issue
Block a user