mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 08:44:49 +00:00
Update RemotePost, fix url permalink
This commit is contained in:
parent
897c797cca
commit
979e5c3418
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue