summaryrefslogtreecommitdiffstats
path: root/src/router.js
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2020-09-22 21:15:07 -0100
committerGitHub <noreply@github.com>2020-09-22 21:15:07 -0100
commit261b7c70036566e71157234c2ae61dddb9e645a9 (patch)
tree56cba062c557a6019385ab3ae897b56265fd0f53 /src/router.js
parentcb940981cd67d80824bacd487861f19bafa9c97d (diff)
parent952ffb94a68440cc93d383a30e40e78e24cd9d5d (diff)
Merge pull request #1027 from nextcloud/ostatus-follow
render profile page for ostatus follow url
Diffstat (limited to 'src/router.js')
-rw-r--r--src/router.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/router.js b/src/router.js
index 696c62e2..bb797aaf 100644
--- a/src/router.js
+++ b/src/router.js
@@ -97,6 +97,14 @@ export default new Router({
}
}
]
+ },
+ {
+ path: '/:index(index.php/)?apps/social/ostatus/follow',
+ components: {
+ default: Profile,
+ details: ProfileTimeline
+ },
+ props: true,
}
]
})