관리자가 더 이상 게시물을 삭제한 사람을 볼 수 없나요?

Jumping in here, thanks for the detailed breakdown, Moin. I tried a similar tweak and ran into the same issue with the avatar not displaying. It looks like @post.deleted_by isn’t getting passed correctly to the component, even though the model has the deleted_by property. Maybe it’s not being included in the post serializer or not tracked correctly through the Glimmer component layer?

Might be worth checking if deleted_by is exposed in the API response for the post. If not, that could explain why UserAvatar isn’t getting any user data. Just a thought. Curious if anyone’s found a full fix.