Skip to content

Commit b6311ab

Browse files
hinaloehiyuki2578
authored andcommitted
correct opt-out showing application (mastodon#10086)
* correct opt-out showing application refs mastodon#9994 * Revert "correct opt-out showing application" This reverts commit 0e9bb70. * User#shows_application? calls wrong value
1 parent 8aacb76 commit b6311ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/models/user.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def aggregates_reblogs?
245245
end
246246

247247
def shows_application?
248-
@shows_application ||= settings.shows_application
248+
@shows_application ||= settings.show_application
249249
end
250250

251251
def token_for_app(a)

0 commit comments

Comments
 (0)