mirror of
https://github.com/airmessage/airmessage-server.git
synced 2026-04-25 16:55:50 +03:00
[GH-ISSUE #26] Add support for mentions (viewing, sending, receiving notifications, etc.) #27
Labels
No labels
bug
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/airmessage-server#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sabogalc on GitHub (Aug 2, 2022).
Original GitHub issue: https://github.com/airmessage/airmessage-server/issues/26
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.


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 on GitHub (Aug 3, 2022):
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.