only fetch privileged resources when appropriate #288
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#288
Loading…
Reference in a new issue
No description provided.
Delete branch "flisk:only-fetch-when-authenticated"
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?
always doing these fetches regardless of whether they'll reasonably succeed is silly and causes a bunch of spurious 403's, which end up as noise in the server logs. instead, let's not do that.
5167228e4a
to7fe848d1b3
rebased on current develop.
i'm not sure
feature
is an appropriate label. this seems rather like a bugfix to me.i think we may have inadvertantly both done this in the course of development
seems it's already been moved to after auth
oh shit thats right, i just noticed that the diff no longer makes sense
cool! closing.
took the if clause though in
c540764408
Pull request closed