Browse Source

Remove unused InstancePresenter methods (#24206)

closed-social-glitch-2
Matt Jankowski 1 year ago
committed by GitHub
parent
commit
a7a578a055
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      app/presenters/instance_presenter.rb

+ 0
- 8
app/presenters/instance_presenter.rb View File

@ -22,10 +22,6 @@ class InstancePresenter < ActiveModelSerializers::Model
ContactPresenter.new
end
def closed_registrations_message
Setting.closed_registrations_message
end
def description
Setting.site_short_description
end
@ -34,10 +30,6 @@ class InstancePresenter < ActiveModelSerializers::Model
Setting.site_extended_description
end
def privacy_policy
Setting.site_terms
end
def status_page_url
Setting.status_page_url
end

Loading…
Cancel
Save