zulip / python-zulip-api

Python library for the Zulip API.
https://zulip.com/api/
Apache License 2.0
364 stars 368 forks source link

integration: matrix bridge documentation issue #830

Open steadfasterX opened 2 months ago

steadfasterX commented 2 months ago

first of all: many thanks for this! currently testing your integration and found a minor issue:

Could not parse config file: Please ensure the matrix configuration section contains the following keys: {'mxid', 'password', 'host', 'room_id'}.

the reason is that the generated config file is using mxid correctly but the documentation points to username instead of mxid (I created it manually so stumbled over it)