fix(bluebubbles): recover outbound message IDs and include sender metadata

This commit is contained in:
Tyler Yust
2026-02-17 11:12:09 -08:00
parent 98962ed81d
commit e1015a5197
5 changed files with 375 additions and 15 deletions

View File

@@ -62,6 +62,7 @@ export function buildInboundUserContextPrefix(ctx: TemplateContext): string {
const conversationInfo = {
conversation_label: isDirect ? undefined : safeTrim(ctx.ConversationLabel),
sender: safeTrim(ctx.SenderE164) ?? safeTrim(ctx.SenderId) ?? safeTrim(ctx.SenderUsername),
group_subject: safeTrim(ctx.GroupSubject),
group_channel: safeTrim(ctx.GroupChannel),
group_space: safeTrim(ctx.GroupSpace),