mirror of https://github.com/zulip/zulip.git
98529564ae
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. |
||
---|---|---|
.. | ||
assets | ||
audio | ||
generated | ||
html | ||
images | ||
js | ||
shared | ||
styles | ||
templates | ||
third | ||
.gitignore |