Separated Posts & Replies (#145) #148
No reviewers
Labels
No labels
a11y
Bug
Bug fix
Critical Priority
Documentation
Feature
Feature request
Held for next release cycle
High Priority
Low Priority
Medium Priority
Minor change
Translation/Locale
WIP
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#148
Loading…
Reference in a new issue
No description provided.
Delete branch "Mergan/pleroma-fe:pleroma-fe#145"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
That was fast lol. I'll test in a bit
I'm running into this issue with it where randomly, like 2/3rds of the time, when I switch tabs it won't load the posts with replies and the link to show more does nothing. But when I refresh the page, it works. No console error.
c0fa9c2f4c/src/components/user_profile/user_profile.js (L144)
Needs
this.$store.dispatch('stopFetchingTimeline', 'replies')
and then it will work
Thank ye
mildly worried about the load this might place on the DB with double-fetching statuses here
putting together a quick patch for that, but the implementation works! thanks