airmessage / airmessage-server

AirMessage's native message relay server for Mac
Apache License 2.0
183 stars 12 forks source link

Add support for mentions (viewing, sending, receiving notifications, etc.) #26

Open sabogalc opened 2 years ago

sabogalc commented 2 years ago

macOS versions Big Sur and up have support for iMessage mentions, which allows you to mention your contacts by name in a message. A mentioned name shows up in boldface and notifies the contact that they were mentioned. Below are some screenshots. image image Additionally, below is some documentation on sending a message with a mention. https://docs.bluebubbles.app/private-api/imcore-documentation#sending-a-message-including-subject-effect-mention-and-or-reply As well as a pull request for BlueBubbles that adds support for mentions. https://github.com/BlueBubblesApp/bluebubbles-helper/pull/10

tagavari commented 2 years ago

Thank you for opening this issue! AirMessage doesn't support interfacing with private system frameworks, but I'll keep this in mind for if / when this becomes the case.