Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ineffectual assignments #29

Closed
wants to merge 1 commit into from

Conversation

muesli
Copy link
Contributor

@muesli muesli commented Jan 29, 2020

I'm not sure if we want to check for the error rather than
ignoring its return value here. The error wasn't handled
before, so that may as well be an oversight.

I'm not sure if we want to check for the error rather than
ignoring its return value here. The error wasn't handled
before, so that may as well be an oversight.
acct := account(r)
title = fmt.Sprintf("%s: followed", baseURL.Host)
title := fmt.Sprintf("%s: followed", baseURL.Host)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the moment I would prefer not to change this, even though it's definitely a bug.

The work I'm doing currently in the filtering-improvements branch involves removing all the custom handlers in favour of a generic listing one and better middleware.

@muesli
Copy link
Contributor Author

muesli commented Apr 25, 2020

Feel free to close this one, should you not intend to merge it at a later point.

@mariusor
Copy link
Owner

Thank you. I kind of lost track of issues like these after the merge of the filtering improvements branch. Please feel free to reopen on top of new master, if you have the time.

@mariusor mariusor closed this Apr 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants