Skip to content

Draft: fix: questionable if statements in note import

laozhoubuluo requested to merge laozhoubuluo/firefish:fix/post_import_if into develop

What does this PR do?

fix: questionable if statements in note import.

Since the original logic is questionable, I speculate that a more reasonable logic has been implemented. Whether the new logic is reasonable needs further discussion.

This MR also removed unreasonable settings in .gitignore for future easier.

Contribution Guidelines

By submitting this merge request, you agree to follow our Contribution Guidelines

  • This change is reviewed in an issue / This is a minor bug fix
  • I agree to follow this project's Contribution Guidelines
  • I have made sure to test this pull request
  • I have made sure to run pnpm run format before submitting this pull request

If this merge request makes changes to the Firefish API, please update docs/api-change.md

  • I updated the document / This merge request doesn't include API changes
Edited by laozhoubuluo

Merge request reports