-
Notifications
You must be signed in to change notification settings - Fork 407
Open
Labels
Description
Facebook recently added the ability to delete messages. This was implemented as unsending by @kapi2289 in #333, but that might be broken now?
I just looked into it, seems like message deletion moved to https://www.facebook.com/ajax/mercury/delete_messages.php, which you POST with:
"message_ids[0]": "mid.XYZ"Plus all the other usual Facebook cruft.
This suggests that we may be able to delete multiple messages at once? Don't have the time to investigate further right now.
Reactions are currently unavailable