Re-enable images for middle post

This commit is contained in:
Pieter Vander Vennet 2023-12-02 03:15:46 +01:00
parent edf6301cbf
commit 4d46214109

View file

@ -148,7 +148,7 @@ export class Postbuilder {
lastPostId = (await this._poster.writeMessage(toSend.join("\n"), { lastPostId = (await this._poster.writeMessage(toSend.join("\n"), {
inReplyToId: lastPostId, inReplyToId: lastPostId,
// mediaIds: await imageUploader.attemptToUpload(4), mediaIds: await imageUploader.attemptToUpload(4),
spoilerText: this._config.contentWarning spoilerText: this._config.contentWarning
})).id })).id
} }