絵文字が導入された1.6.1+masterから2.0rcに更新して絵文字が表示されなくなった場合のコマンド
RAILS_ENV=production bundle exec rake paperclip:refresh:thumbnails CLASS=CustomEmoji
https://mstdn.maud.io/@unarist/8128286 #mastodon_admin_tips
sequence id is numbered when INSERT SQL executed..
INSERTed row become visible from other transaction when it's COMMITed..
Mastodon does .. 1. create status(INSERT) 2. process tag, emoji, mentions, attachments 3. COMMIT. ... There is long time gap between INSERT and COMMIT.
じさばどん