mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
docs: explain how to access room state for gitlab projects (#1016)
* docs: explain how to access room state for gitlab projects Closes #260 Signed-off-by: Gwenn Le Bihan <gwenn.lebihan7@gmail.com> * Update gitlab_project.md Signed-off-by: Gwenn Le Bihan <gwenn.lebihan7@gmail.com> * Update docs/usage/room_configuration/gitlab_project.md Signed-off-by: Will Hunt <github@half-shot.uk> * Create 1016.doc Signed-off-by: Will Hunt <github@half-shot.uk> --------- Signed-off-by: Gwenn Le Bihan <gwenn.lebihan7@gmail.com> Signed-off-by: Will Hunt <github@half-shot.uk> Co-authored-by: Will Hunt <github@half-shot.uk> Co-authored-by: Will Hunt <will@half-shot.uk>
This commit is contained in:
parent
3d3f7d6022
commit
d5f1780f1d
1
changelog.d/1016.doc
Normal file
1
changelog.d/1016.doc
Normal file
@ -0,0 +1 @@
|
||||
Explain how to edit room state for GitLab projects from within Element.
|
@ -19,7 +19,7 @@ To set up a connection to a GitLab project in a new room:
|
||||
|
||||
## Configuration
|
||||
|
||||
This connection supports a few options which can be defined in the room state:
|
||||
This connection supports a few options which can be defined in the room state[^2]:
|
||||
|
||||
| Option | Description | Allowed values | Default |
|
||||
|--------|-------------|----------------|---------|
|
||||
@ -34,6 +34,8 @@ This connection supports a few options which can be defined in the room state:
|
||||
|
||||
[^1]: `ignoreHooks` is no longer accepted for new state events. Use `enableHooks` to explicitly state all events you want to see.
|
||||
|
||||
[^2]: To change room state with Element Web/Desktop: open devtools by typing `/devtools` + enter in the chat box, and click on "Explore room state". Next, choose `uk.half-shot.matrix-hookshot.gitlab.repository`. You'll then be able to see and edit (if you have the required permissions) the settings by setting properties on the JSON object directly.
|
||||
|
||||
|
||||
### Supported event types
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user