Skip to content

Conversation

@mackid1993
Copy link

Fix delivery receipts on macOS Tahoe (26)

Problem

macOS Tahoe (26) changed the chat GUID format in the Messages database. Previously, DM chat GUIDs were formatted as:

iMessage;-;+1234567890

Tahoe now uses:

any;-;+1234567890

The service_name column still correctly contains iMessage, but the GUID prefix changed to any.

This caused the delivery status check on line 1129 to fail for iMessage DMs, resulting in Beeper/Matrix clients showing "Sent" instead of "Delivered".

Fix

Accept "any" as a valid service type for iMessage DMs when determining whether to send delivery status events.

Tested with

  • macOS Tahoe 26.0
  • BlueBubbles server with Private API enabled
  • Beeper client

fix for "any" type rooms on macOS Tahoe
@mackid1993 mackid1993 requested a review from tulir as a code owner December 23, 2025 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant