[FIX] 피드 수정된 이미지를 불러올 수 없는 문제 수정 #355
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issue
Key Changes
성공적으로 이미지 업로드 이후, 바로 업로드된 이미지를 삭제하는 모습
기존 코드는 얇은 복사로 과거 이미지를 핸들링하고 있었습니다.
이로 인해 정상적으로 피드 이미지가 수정된 이후, 과거 이미지를 삭제할 때 최신화된 이미지들을 삭제하는 문제가 있었습니다.
이를 해결하기 위해 얇은 복사가 아닌 깊은 복사를 통해서 과거 이미지 핸들링하도록 수정하였습니다.
To Reviewers
References