# User icon remains in latest list after post is deleted

**URL:** https://meta.discourse.org/t/user-icon-remains-in-latest-list-after-post-is-deleted/45962
**Category:** Bug
**Created:** [17.Июнь.2016 17:16:39 UTC](https://meta.discourse.org/t/user-icon-remains-in-latest-list-after-post-is-deleted/45962 "2016-06-17T17:16:39Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![watchmanmonitor](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/watchmanmonitor/32/430970_2.png) [@watchmanmonitor](https://meta.discourse.org/u/watchmanmonitor)
#### Post date: [17.Июнь.2016 17:16:39 UTC](https://meta.discourse.org/t/user-icon-remains-in-latest-list-after-post-is-deleted/45962/1 "2016-06-17T17:16:39Z")

</div>

I posted on a topic, it was removed, but my icon still shows in the topic list.

![](https://global.discourse-cdn.com/meta/optimized/3X/f/5/f5dd64a240dcf6807d2a8e64c9ec43e4173cbea4_2_690x66.png)

I’d expect my icon to be removed.

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [17.Июнь.2016 17:23:30 UTC](https://meta.discourse.org/t/user-icon-remains-in-latest-list-after-post-is-deleted/45962/2 "2016-06-17T17:23:30Z")

</div>

If I recall correctly there is a job that handles this, and it only runs twice a day. So the data isn’t necessarily “real-time”.

Also see

> [@User avatar missing from Latest View](https://meta.discourse.org/t/user-avatar-missing-from-latest-view/44023):
>
> In [this](https://meta.discourse.org/t/flag-modal-changed/44006) topic, 3 users posted: @jomaxro, @codinghorror, and @cpradio. However, on the latest view, only myself and @codinghorror’s avatars are shown. [image]

And  
[https://meta.discourse.org/t/users-missing-from-topic-list-participants/12768/14?u=cpradio](https://meta.discourse.org/t/users-missing-from-topic-list-participants/12768/14)

---

<div class="post-metadata">

### Author: ![watchmanmonitor](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/watchmanmonitor/32/430970_2.png) [@watchmanmonitor](https://meta.discourse.org/u/watchmanmonitor)
#### Post date: [18.Июнь.2016 17:06:38 UTC](https://meta.discourse.org/t/user-icon-remains-in-latest-list-after-post-is-deleted/45962/3 "2016-06-18T17:06:38Z")

</div>

the icon is still there.. maybe the job isn’t running right?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [18.Июнь.2016 17:24:50 UTC](https://meta.discourse.org/t/user-icon-remains-in-latest-list-after-post-is-deleted/45962/4 "2016-06-18T17:24:50Z")

</div>

Yes this seems broken @eviltrout.

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [19.Июнь.2016 05:08:03 UTC](https://meta.discourse.org/t/user-icon-remains-in-latest-list-after-post-is-deleted/45962/5 "2016-06-19T05:08:03Z")

</div>

Also related (see second post):

> [@Reopening: User avatar still appearing after topic split](https://meta.discourse.org/t/reopening-user-avatar-still-appearing-after-topic-split/37245/2):
>
> Just noticed this again, however this time the topic wasn’t split, the posts were just deleted. See images below: [image]

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [21.Июнь.2016 17:07:10 UTC](https://meta.discourse.org/t/user-icon-remains-in-latest-list-after-post-is-deleted/45962/6 "2016-06-21T17:07:10Z")

</div>

Took me a while to figure this one out. Our job to ensure data was consistent wasn’t taking into account the situation where a value would be set to nothing (like a deletion). This would only happen on short topics like the one you found. Thanks for letting me know:

[https://github.com/discourse/discourse/commit/94a4af6af77b3d6366f4c7c685d9edd2b7e9be43](https://github.com/discourse/discourse/commit/94a4af6af77b3d6366f4c7c685d9edd2b7e9be43)

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [21.Июнь.2016 17:07:14 UTC](https://meta.discourse.org/t/user-icon-remains-in-latest-list-after-post-is-deleted/45962/7 "2016-06-21T17:07:14Z")

</div>


