1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-12-02 20:22:52 +00:00

include generated images in req

This commit is contained in:
Laura
2025-11-30 21:31:26 +01:00
parent 55757989cb
commit 33acc3f402
2 changed files with 16 additions and 5 deletions

View File

@@ -876,7 +876,7 @@
}
}
if (this.#images.length && full) {
if (this.#images.length) {
data.images = this.#images;
}