remote_follow.js (218B)
- export default {
- props: ['user'],
- computed: {
- subscribeUrl () {
- const serverUrl = new URL(this.user.statusnet_profile_url)
- return `${serverUrl.protocol}//${serverUrl.host}/main/ostatus`
- }
- }
- }
git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
remote_follow.js (218B)
- export default {
- props: ['user'],
- computed: {
- subscribeUrl () {
- const serverUrl = new URL(this.user.statusnet_profile_url)
- return `${serverUrl.protocol}//${serverUrl.host}/main/ostatus`
- }
- }
- }