Merge pull request #1369 from tyler6204/fix/bluebubbles-gc-guid-resolution

BlueBubbles: short ID mapping, action resolution, and threading/typing fixes
This commit is contained in:
Peter Steinberger
2026-01-21 17:06:09 +00:00
committed by GitHub
17 changed files with 775 additions and 85 deletions

View File

@@ -57,6 +57,7 @@ export const MESSAGE_ACTION_TARGET_MODE: Record<ChannelMessageActionName, Messag
const ACTION_TARGET_ALIASES: Partial<Record<ChannelMessageActionName, string[]>> = {
unsend: ["messageId"],
edit: ["messageId"],
react: ["chatGuid", "chatIdentifier", "chatId"],
renameGroup: ["chatGuid", "chatIdentifier", "chatId"],
setGroupIcon: ["chatGuid", "chatIdentifier", "chatId"],
addParticipant: ["chatGuid", "chatIdentifier", "chatId"],