mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 22:41:27 +00:00
Merge pull request #2128 from pixelfed/staging
Update PostComponent, fix url permalink
This commit is contained in:
commit
aad10299f8
3 changed files with 1 additions and 1 deletions
BIN
public/js/status.js
vendored
BIN
public/js/status.js
vendored
Binary file not shown.
Binary file not shown.
|
@ -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