Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Remove unused InstancePresenter methods (mastodon#24206)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski authored Mar 22, 2023
1 parent b179ff8 commit a7a578a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/presenters/instance_presenter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ def contact
ContactPresenter.new
end

def closed_registrations_message
Setting.closed_registrations_message
end

def description
Setting.site_short_description
end
Expand All @@ -34,10 +30,6 @@ def extended_description
Setting.site_extended_description
end

def privacy_policy
Setting.site_terms
end

def status_page_url
Setting.status_page_url
end
Expand Down

0 comments on commit a7a578a

Please sign in to comment.