Update PostComponent, fix remote url permalink

pull/2128/head
Daniel Supernault 6 years ago
parent ba5e67fae7
commit d9e7a70326
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save