Discourse 사용자 모델 코드에서 복사 및 붙여넣기 오류 가능성

I have the impression that silencedTill in line 401 and 402 should be suspendedTill

6개의 좋아요

Yes you are correct, however this is not impacting behavior, just the name is incorrect.

That will do it:

https://github.com/discourse/discourse/pull/28193

7개의 좋아요

Shouldn’t line 397 be a return statement as well?

4개의 좋아요

Yes it should indeed, that’s a behavior change, a mistake we did in a refactoring few months ago.

https://github.com/discourse/discourse/pull/28194

6개의 좋아요