mirror of https://github.com/zulip/zulip.git
669e0a3e47
Ideally this would besplit up into two commits, but it's hard to split into self-contained, atomic chunks now that this segment of the import/export system is generally kind of broken after thumbnailing system changes. 1. 3rd party export converters don't make .original image files. Insteadthey provide a single file, which the import should treat as if it's .original. 2. 3rd party converters create all the records with is_animated=False. That's an issue, because without setting that correctly on the RealmEmoji objects, Zulip doesn't know that it should use the "still" thumbnail when the emoji is being used in a user's status. Which leads to incorrectly displaying the user status with the distracting animation. |
||
---|---|---|
.. | ||
actions | ||
data_import | ||
integration_fixtures/nagios | ||
lib | ||
management | ||
migrations | ||
models | ||
openapi | ||
tests | ||
tornado | ||
transaction_tests | ||
views | ||
webhooks | ||
worker | ||
__init__.py | ||
apps.py | ||
context_processors.py | ||
decorator.py | ||
filters.py | ||
forms.py | ||
logging_handlers.py | ||
middleware.py | ||
signals.py |