facebook icon indicating copy to clipboard operation
facebook copied to clipboard

Bridge message requests to Matrix

Open selfisekai opened this issue 3 years ago • 3 comments

Sometimes a person, who is not in your Facebook friends list, sends you a message. These messages arrive to Messenger in a special category. image image

The problem is, that you just cannot get notified about new messages in these conversations, or get them out of the "Others", without opening the Facebook mobile/web app.

selfisekai avatar Mar 29 '21 13:03 selfisekai

I've got similar issue.

JuniorJPDJ avatar Mar 29 '21 13:03 JuniorJPDJ

To support this we would need to check for this message invitations and invite the user in a room with the bridge as soon as there is such an invitation and sync the first message. Accepting the invite to the room would then accept the invite on Facebook.

I'm not sure how to find those invitations with the Facebook API this would first need to be investigated.

g33kex avatar Mar 23 '22 03:03 g33kex

It would not accept the invite on Facebook. Matrix join/leave room event is not bridged.

Facebook accepts an invite when you reply to a chat. No message is sent to facebook on join/leave (accept/reject).

jtagcat avatar Oct 05 '22 12:10 jtagcat