Skip to content
Snippets Groups Projects
Unverified Commit ea0cfd8e authored by Holger's avatar Holger Committed by GitHub
Browse files

fix: PWA web manifest not changed to new routes (#17921)

parent ef196c91
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ class ManifestSerializer < ActiveModel::Serializer
end
def start_url
'/web/timelines/home'
'/web/home'
end
def scope
......@@ -69,7 +69,7 @@ class ManifestSerializer < ActiveModel::Serializer
[
{
name: 'New toot',
url: '/web/statuses/new',
url: '/web/publish',
icons: [
{
src: '/shortcuts/new-status.png',
......@@ -91,7 +91,7 @@ class ManifestSerializer < ActiveModel::Serializer
},
{
name: 'Direct messages',
url: '/web/timelines/direct',
url: '/web/conversations',
icons: [
{
src: '/shortcuts/direct.png',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment