Fixer to the Matrix ↔️ Facebook Messenger puppet bridge's handling of 1:1 chats

config.sample.yaml 420B

1234567891011
  1. # Matrix-related settings
  2. matrix:
  3. # The full URL of the homeserver to contact.
  4. homeserver_url: https://matrix.org
  5. # The server name of the homeserver to contact.
  6. server_name: matrix.org
  7. # The local part from the bridge user's Matrix ID. In the example shown in this
  8. # sample file, the user's Matrix ID is @Alice:matrix.org.
  9. localpart: Alice
  10. # The bridge user's access token.
  11. access_token: ACCESS_TOKEN