Remove skip_legacy_diff_note_callback_on_import from legacy diff note
What does this MR do and why?
- through investigation of #343690 (closed) we found the likely reason for
merge_request_diff_files
differences when importing from GitHub for PRs that are referencing GitHub forks - #343690 (comment 714868633).- since this was the only reason for adding this feature flag(needed to investigate the reasons
st_diff
wasn't set correctly - #343664 (closed)) - we can now remove this feature flag.
- since this was the only reason for adding this feature flag(needed to investigate the reasons
-
LegacyDiffNotes
should never need to setst_diff
on import if they are already set since they are coming from an exported version of the project, which is correct.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #343690 (closed)
Edited by Doug Stull