forked from MapComplete/MastodonBot
Fix threading
This commit is contained in:
parent
24b99f3e93
commit
28f34bea6d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue