Skip to content

Commit

Permalink
correct opt-out showing application (mastodon#10086)
Browse files Browse the repository at this point in the history
* correct opt-out showing application

refs mastodon#9994

* Revert "correct opt-out showing application"

This reverts commit 0e9bb70.

* User#shows_application? calls wrong value
  • Loading branch information
hinaloe authored and hiyuki2578 committed Oct 2, 2019
1 parent 8aacb76 commit b6311ab
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 @@ -245,7 +245,7 @@ def aggregates_reblogs?
end

def shows_application?
@shows_application ||= settings.shows_application
@shows_application ||= settings.show_application
end

def token_for_app(a)
Expand Down

0 comments on commit b6311ab

Please sign in to comment.