Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insert hint about opening the devtools in Element #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ The bot uses Matrix room state for configuration. To setup a room (in Riot):

- Open the room that you wish to connect the bot to.
- Invite the bot.
- Add a new state event `uk.half-shot.matrix-zammad.roominfo` with the content:
- Add a new state event (send `/devtools` to a room in Element) `uk.half-shot.matrix-zammad.roominfo` with the content:

```js
{
"type": "stream",
"pollInterval": 10000 // ms to wait between fetches for tickets.
"pollInterval": 10000, // ms to wait between fetches for tickets.
"groupId": 2 // The group_id you wish to fetch the tickets of. See https://docs.zammad.org/en/latest/api-group.html#list to find your group.
}
```
Expand All @@ -49,4 +49,4 @@ The bot uses Matrix room state for configuration. To setup a room (in Riot):

## Help!

There is no help for you yet, traveller.
There is no help for you yet, traveller.