mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update PostComponent, fix remote url permalink
This commit is contained in:
parent
ba5e67fae7
commit
d9e7a70326
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue