Fix threading

This commit is contained in:
Pieter Vander Vennet 2023-01-20 04:22:21 +01:00
parent 24b99f3e93
commit 28f34bea6d

View file

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