mirror of https://github.com/zulip/zulip.git
import: Check off old, redundant TODO about huddle import.
This was added long ago in
38dd9e49de
Double-checked that this is right and added a brief mention of what
exactly the dependency here is.
This commit is contained in:
parent
7861fd0a50
commit
c0bf67d6da
|
@ -1204,7 +1204,8 @@ def do_import_realm(import_dir: Path, subdomain: str, processes: int = 1) -> Rea
|
|||
# We don't import Huddle yet, since we don't have the data to
|
||||
# compute huddle hashes until we've imported some of the
|
||||
# tables below.
|
||||
# TODO: double-check this.
|
||||
# We can't get huddle hashes without processing subscriptions
|
||||
# first, during which get_huddles_from_subscription is called.
|
||||
|
||||
re_map_foreign_keys(
|
||||
data,
|
||||
|
|
Loading…
Reference in New Issue