kopia lustrzana https://github.com/pixelfed/pixelfed
Update PostComponent, fix remote url permalink
rodzic
ba5e67fae7
commit
d9e7a70326
|
|
@ -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 :
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue