zulip/frontend_tests
Steve Howell 98529564ae reactions: Handle missing realm emojis.
For the lines of code that I changed here, we were
getting field reports that the below code
was getting `undefined`:

    emoji.all_realm_emojis.get(r.emoji_code)

It's not really clear to me how this could happen,
but we definitely should fail softly here.  We
still report it as an error, but we let the function
return and don't trigger a TypeError.

If there's a legitimate reason for realms to delete
realm emojis, we should either downgrade this to a
warning or consider a strategy of back-fixing messages
when realm emojis get deleted.
2020-10-06 17:22:54 -07:00
..
node_tests reactions: Handle missing realm emojis. 2020-10-06 17:22:54 -07:00
puppeteer_lib puppeteer_tests: Migrate deprecated waitFor call to waitForFunction. 2020-09-28 10:54:14 -07:00
puppeteer_tests compose: Rename all_everyone_warn_threshold. 2020-10-01 12:06:08 -07:00
zjsunit eslint: Replace empty-returns with consistent-return. 2020-09-25 15:17:59 -07:00