facebook icon indicating copy to clipboard operation
facebook copied to clipboard

A Matrix-Facebook Messenger puppeting bridge

Results 77 facebook issues
Sort by recently updated
recently updated
newest added

For some reason I closed https://github.com/mautrix/facebook/pull/299 but I think this would still be nice to have.

`get_self()` cannot be awaited without this fix: ``` File "/venv/lib/python3.11/site-packages/maufbapi/http/api.py", line 344, in get_self fields = ",".join(field.name for field in attr.fields(OwnInfo)) ^^^^^^^ NameError: name 'OwnInfo' is not defined ```

Fix for https://github.com/mautrix/facebook/issues/314 When not using double puppetting, it would create one-on-one chat rooms with just the user and the bot for the other person. Later, the main bot would...

Groups with no name is handled differently in different Chat clients. Some better some worse. To get a consistent and good naming of these kind of groups, it would be...

enhancement

Hey - thanks for helping my friend group break the shackles of FB messenger :) I wanted to report some unexpected behavior that's been persisting for several weeks now. I'm...

bug

> You can pin individual messages, including links and photos, in a chat to reference them later. Pinned messages are pinned for everyone in the chat. > > To see...

enhancement

When using the FB messenger iOS app I can prefix my message with `/silent` to have it not trigger notifications/etc on the receiving party's side. It would be awesome if...

enhancement

![image](https://github.com/mautrix/facebook/assets/24363938/5fec51c8-a948-48f4-871e-d1333f43d542) Unnamed Facebook group chats show up as invites to join the bot itself as if it were a group chat. Let me know what else you need to reproduce...

bug

I recently started getting these errors quite a lot. The scenario is quite simple: - I send an attachment over Matrix - The Facebook bot responds with: "⚠ Your message...

bug

- Add an extra sentence to the example-config.yaml describing double_puppet_server_map to aid configuration and troubleshooting. - Change the example to make specifying subdomains clearer.