Add server banner to web app, add GET /api/v2/instance
to REST API (#19294)
This commit is contained in:
@ -22,11 +22,11 @@ class ManifestSerializer < ActiveModel::Serializer
|
||||
:share_target, :shortcuts
|
||||
|
||||
def name
|
||||
object.site_title
|
||||
object.title
|
||||
end
|
||||
|
||||
def short_name
|
||||
object.site_title
|
||||
object.title
|
||||
end
|
||||
|
||||
def icons
|
||||
|
Reference in New Issue
Block a user