Re-enable images for middle post
This commit is contained in:
parent
edf6301cbf
commit
4d46214109
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ export class Postbuilder {
|
|||
|
||||
lastPostId = (await this._poster.writeMessage(toSend.join("\n"), {
|
||||
inReplyToId: lastPostId,
|
||||
// mediaIds: await imageUploader.attemptToUpload(4),
|
||||
mediaIds: await imageUploader.attemptToUpload(4),
|
||||
spoilerText: this._config.contentWarning
|
||||
})).id
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue