mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-11 23:15:04 +02:00
Internalize images in forum threads
This commit is contained in:
parent
72cd0f77e2
commit
edc482cdf4
1 changed files with 1 additions and 1 deletions
|
|
@ -789,7 +789,7 @@ instance's greatest bottleneck.
|
|||
rendered = forum_thread_template(
|
||||
element.name,
|
||||
element.name_tag,
|
||||
element.content_tag
|
||||
await self.internalize_images(element.content_tag)
|
||||
)
|
||||
sink.file.write(rendered.encode("utf-8"))
|
||||
sink.done()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue