Changing emoji set doesn't update old posts anymore

Continuing the discussion from Changing emoji set doesn't rebuild HTML:

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.

Not sure, @eviltrout can have a look.

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/master/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

Thanks for letting me know :slight_smile:

6 Likes