Update Post components, fix remote post and profile urls

This commit is contained in:
Daniel Supernault 2020-12-17 23:21:38 -07:00
parent 3244ca92ff
commit cfcf17f30c
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
2 changed files with 15 additions and 304 deletions

View file

@ -1513,7 +1513,6 @@ export default {
},
getStatusUrl(status) {
return status.url;
if(status.local == true) {
return status.url;