mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
Fix homeserver config typo
This commit is contained in:
parent
1e44e52179
commit
bebca4f60a
@ -198,7 +198,7 @@ In terms of API endpoints:
|
||||
- The `widgets` resource handles resources under `/widgetapi/v1...`. This may only be bound to **one** listener at present.
|
||||
|
||||
<section class="notice">
|
||||
Please note that the appservice HTTP listener is configured <strong>separately</strong> from the rest of the bridge (in the `homeserver` section) due to lack of support
|
||||
Please note that the appservice HTTP listener is configured <strong>separately</strong> from the rest of the bridge (in the <code>bridge</code> section) due to lack of support
|
||||
in the upstream library. See <a href="https://github.com/turt2live/matrix-bot-sdk/issues/191">this issue</a> for details.
|
||||
</section>
|
||||
|
||||
@ -259,4 +259,4 @@ Enabling the `json` option will configure hookshot to output structured JSON log
|
||||
"retrying in 5s"
|
||||
]
|
||||
}
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user