zulip/zulip

Use better `date_created` for realm emoji during imports

Open

#39061 opened on Apr 22, 2026

View on GitHub
 (12 comments) (0 reactions) (1 assignee)Python (19,672 stars) (7,339 forks)batch import
area: data import/exporthelp wantedin progress

Description

Quoting from #38755's description:

I see that the rocketchat export data does contain fields like uploadDate in custom_emoji.files.bson, which could be used instead of NOW.

Investigate whether it's possible to use something better than now, from the exported data that's available during the import.

Contributor guide