Merge pull request #4988 from pixelfed/staging

Staging
This commit is contained in:
daniel 2024-03-07 01:29:59 -07:00 committed by GitHub
commit b6437380b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 2 additions and 15 deletions

BIN
public/js/manifest.js vendored

Binary file not shown.

Binary file not shown.

BIN
public/js/post.chunk.9184101a2b809af1.js vendored Normal file

Binary file not shown.

Binary file not shown.

View file

@ -171,7 +171,7 @@
}
},
beforeMount() {
created() {
this.init();
},
@ -181,20 +181,7 @@
methods: {
init() {
if(this.cachedStatus && this.cachedProfile) {
this.post = this.cachedStatus;
this.media = this.post.media_attachments;
this.profile = this.post.account;
this.user = this.cachedProfile;
if(this.post.in_reply_to_id) {
this.fetchReply();
} else {
this.isReply = false;
this.fetchRelationship();
}
} else {
this.fetchSelf();
}
this.fetchSelf();
},
fetchSelf() {