Update RemotePost, fix url permalink

pull/2129/head
Daniel Supernault 5 years ago
parent 897c797cca
commit 979e5c3418
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -1015,7 +1015,7 @@ export default {
permalinkUrl(reply, showOrigin = false) { permalinkUrl(reply, showOrigin = false) {
let profile = reply.account; let profile = reply.account;
if(profile.local == true) { if(profile.local == true) {
return profile.url; return reply.url;
} else { } else {
return showOrigin ? return showOrigin ?
reply.url : reply.url :

Loading…
Cancel
Save