mirror of
https://github.com/airmessage/airmessage-server.git
synced 2026-04-25 16:55:50 +03:00
[GH-ISSUE #16] Add support for iMessage replies #18
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#18
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 @Hoodgail on GitHub (Jul 3, 2022).
Original GitHub issue: https://github.com/airmessage/airmessage-server/issues/16
Do you see how imessage shows what message is being replied to?


Will there be such features for airmessage? doesnt need to have the same interface as imessage
It could even look something simple like discord's
And later on add to support to reply from airmessage.
maybe a context menu on right click with the reply button.
@tagavari commented on GitHub (Jul 3, 2022):
Currently, AirMessage Server will ignore message replies. The server can be updated to include message reply information and allow clients to display when a message is a reply. However, similar to tapbacks, AirMessage cannot allow the user to initiate replies without privilege escalation.
As this functionality would have to first be supported by AirMessage Server, this issue is also being moved there.
@sabogalc commented on GitHub (Jul 17, 2022):
Here is some information from @tneotia on supporting replies. Original link