mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 12:21:58 +00:00
import_realm: Explain the usage of the relative_path var of attachment_path.
This commit is contained in:
@@ -774,7 +774,10 @@ def import_uploads(
|
|||||||
record["last_modified"] = timestamp
|
record["last_modified"] = timestamp
|
||||||
else:
|
else:
|
||||||
# Should be kept in sync with its equivalent in zerver/lib/uploads in the
|
# Should be kept in sync with its equivalent in zerver/lib/uploads in the
|
||||||
# function 'upload_message_file'
|
# function 'upload_message_file'.
|
||||||
|
# This relative_path is basically the new location of the file,
|
||||||
|
# which will later be copied from its original location as
|
||||||
|
# specified in record["s3_path"].
|
||||||
relative_path = "/".join(
|
relative_path = "/".join(
|
||||||
[
|
[
|
||||||
str(record["realm_id"]),
|
str(record["realm_id"]),
|
||||||
|
|||||||
Reference in New Issue
Block a user