feat: extend BlueBubbles attachment handling by adding support for reply context, allowing users to reference previous messages in media attachments

This commit is contained in:
Tyler Yust
2026-01-20 02:01:09 -08:00
committed by Peter Steinberger
parent 7bc3998451
commit 95f82154f7
2 changed files with 14 additions and 1 deletions

View File

@@ -139,6 +139,7 @@ export async function sendBlueBubblesMedia(params: {
buffer,
filename: resolvedFilename ?? "attachment",
contentType: resolvedContentType ?? undefined,
replyToMessageGuid: replyToId?.trim() || undefined,
opts: {
cfg,
accountId,