##// END OF EJS Templates
Fixed syncing posts with internal attachments
neko259 -
r1707:0b70a151 default
parent child Browse files
Show More
@@ -320,4 +320,4 b' class SyncManager:'
320 320 if tag_refs is not None:
321 321 attachment_ref = et.SubElement(tag_refs, TAG_ATTACHMENT_REF)
322 322 attachment_ref.set(ATTR_REF, attachment.hash)
323 attachment_ref.set(ATTR_URL, attachment.url)
323 attachment_ref.set(ATTR_URL, attachment.file.url)
General Comments 0
You need to be logged in to leave comments. Login now