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:
committed by
Peter Steinberger
parent
7bc3998451
commit
95f82154f7
@@ -139,6 +139,7 @@ export async function sendBlueBubblesMedia(params: {
|
||||
buffer,
|
||||
filename: resolvedFilename ?? "attachment",
|
||||
contentType: resolvedContentType ?? undefined,
|
||||
replyToMessageGuid: replyToId?.trim() || undefined,
|
||||
opts: {
|
||||
cfg,
|
||||
accountId,
|
||||
|
||||
Reference in New Issue
Block a user