Update RemotePost, fix url permalink

This commit is contained in:
Daniel Supernault 2020-04-19 20:18:54 -06:00
parent 897c797cca
commit 979e5c3418
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -1015,7 +1015,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 :