# Changing emoji set doesn't update old posts anymore

**URL:** https://meta.discourse.org/t/changing-emoji-set-doesnt-update-old-posts-anymore/47731
**Category:** Bug
**Created:** [July 24, 2016, 10:06pm UTC](https://meta.discourse.org/t/changing-emoji-set-doesnt-update-old-posts-anymore/47731 "2016-07-24T22:06:49Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![gerhard](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gerhard/32/119479_2.png) [@gerhard](https://meta.discourse.org/u/gerhard)
#### Post date: [July 24, 2016, 10:06pm UTC](https://meta.discourse.org/t/changing-emoji-set-doesnt-update-old-posts-anymore/47731/1 "2016-07-24T22:06:49Z")

</div>

Continuing the discussion from [Changing emoji set doesn't rebuild HTML](https://meta.discourse.org/t/changing-emoji-set-doesnt-rebuild-html/23742):

There seems to be a regression. I don’t see a “Fix Emoji Links” in the scheduler after changing the emoji set and the new Win10 set is definitely missing from the [allowed values](https://github.com/discourse/discourse/blob/2b3e311e8e36ed912ab10771583c996c3437be94/app/models/emoji_set_site_setting.rb#L32-L35).

---

<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: [July 25, 2016, 5:08am UTC](https://meta.discourse.org/t/changing-emoji-set-doesnt-update-old-posts-anymore/47731/2 "2016-07-25T05:08:12Z")

</div>

Not sure, @eviltrout can have a look.

---

<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: [July 25, 2016, 4:12pm UTC](https://meta.discourse.org/t/changing-emoji-set-doesnt-update-old-posts-anymore/47731/3 "2016-07-25T16:12:23Z")

</div>

You must be looking at a tree that doesn’t include the full update for win10 emoji somehow? You can see the site setting is indeed here:

> <https://github.com/discourse/discourse/blob/main/app/models/emoji_set_site_setting.rb#L36>

However there was a bug wit the job not being queued. I’ve fixed it below:

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

Thanks for letting me know 🙂

---

<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: [July 25, 2016, 4:12pm UTC](https://meta.discourse.org/t/changing-emoji-set-doesnt-update-old-posts-anymore/47731/4 "2016-07-25T16:12:25Z")

</div>


