# 管理员是否无法再看到谁删除了帖子？

**URL:** <https://meta.discourse.org/t/can-admins-no-longer-see-who-deleted-a-post/370551>\
**Category:** Bug\
**Tags:** fixed\
**Created:** [2025 年6 月 17 日 16:14 UTC](https://meta.discourse.org/t/can-admins-no-longer-see-who-deleted-a-post/370551 "2025-06-17T16:14:08Z")\
**Posts on this page:** 1\
**Showing post:** 4

<div class="post-metadata">

作者： ![Michael12](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/michael12/32/507366_2.png) [@Michael12](https://meta.discourse.org/u/Michael12)\
发布日期： [2025 年6 月 24 日 03:35 UTC](https://meta.discourse.org/t/can-admins-no-longer-see-who-deleted-a-post/370551/4 "2025-06-24T03:35:09Z")

</div>

我也插一句，谢谢 Moin 的详细分析。我尝试了类似的调整，也遇到了头像不显示的问题。看起来 `@post.deleted_by` 没有正确地传递给组件，尽管模型有 `deleted_by` 属性。也许它没有被包含在帖子序列化器中，或者没有通过 Glimmer 组件层正确地跟踪到？也许值得检查一下 `deleted_by` 是否在帖子的 API 响应中暴露出来。如果没有，那可能就是 `UserAvatar` 没有获取到任何用户数据的原因。只是一个想法。好奇有没有人找到了完整的解决方案。

---

_[View the full topic](https://meta.discourse.org/t/can-admins-no-longer-see-who-deleted-a-post/370551)._
