parent
c75b7517ca
commit
2d4476b9a3
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -32,6 +32,15 @@ pip3 install -r requirements.txt
|
||||||
Copy `config.yaml-sample` to `config.yaml` and edit for your setup. Likewise copy `appservice.yaml-sample` to `appservice.yaml` and edit to match the tokens, prefix, and port listed in `config.yaml`. This is the configuration that synapse will need to reference so that it can connect the bridge. Make sure you modify your [syanpse configuration] accordingly.
|
Copy `config.yaml-sample` to `config.yaml` and edit for your setup. Likewise copy `appservice.yaml-sample` to `appservice.yaml` and edit to match the tokens, prefix, and port listed in `config.yaml`. This is the configuration that synapse will need to reference so that it can connect the bridge. Make sure you modify your [syanpse configuration] accordingly.
|
||||||
|
|
||||||
|
|
||||||
|
## Tweaks
|
||||||
|
|
||||||
|
There exists a bug in synapse which prevents the bridge user from accepting DM invites from users on other homeservers. To work around the issue you can create a profile for the bot user.[^1]
|
||||||
|
|
||||||
|
```sh
|
||||||
|
curl --data '{"type": "m.login.application_service", "username": "your_sender_localpart"}' 'http://yourhomeserver/_matrix/client/r0/register?access_token=your_as_token'
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Contributing and support
|
## Contributing and support
|
||||||
|
|
||||||
You can open issues for bugs or feature requests and you can submit merge requests to this project on [GitLab]. You can also submit issues and patches to the [mailing list] or directly to [morgan@mcmillian.dev].
|
You can open issues for bugs or feature requests and you can submit merge requests to this project on [GitLab]. You can also submit issues and patches to the [mailing list] or directly to [morgan@mcmillian.dev].
|
||||||
|
@ -55,3 +64,4 @@ GPLv3, see [LICENSE].
|
||||||
[pnut-matrix on pnut.io]: https://patter.chat/999
|
[pnut-matrix on pnut.io]: https://patter.chat/999
|
||||||
[#pnut_999:pnut-matrix.dreamfall.space]: https://matrix.to/#/#pnut_999:pnut-matrix.dreamfall.space
|
[#pnut_999:pnut-matrix.dreamfall.space]: https://matrix.to/#/#pnut_999:pnut-matrix.dreamfall.space
|
||||||
[LICENSE]: LICENSE
|
[LICENSE]: LICENSE
|
||||||
|
[^1]: https://github.com/matrix-org/matrix-appservice-irc/issues/1270#issuecomment-849765090
|
||||||
|
|
Loading…
Reference in a new issue