블로그 발행 체크 시 봇이 만든 스레드만 검사하도록 수정 - #47
Merged
Merged
Conversation
DaleSeo
marked this pull request as ready for review
July 24, 2026 01:38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
블로그 발행 체크가 채널에서 가장 최근에 생성된 스레드를 무조건 검사 대상으로 삼기 때문에, 멤버가 스레드를 하나만 새로 만들어도 봇이 만든 주간 스레드가 검사 대상에서 밀려나는 문제가 있습니다. 문제 해결을 위해서 봇 자신의 사용자 ID를 조회한 뒤 봇이 소유한 스레드만 후보로 고려하도록 해서, 멤버가 만든 스레드가 주간 스레드를 가로챌 수 없게 했습니다. 포럼 게시글 기준으로 전환하는 #46이 배포되기 전까지의 안전장치입니다.