mirror of
https://github.com/icewind1991/mx-puppet-steam.git
synced 2026-06-04 01:54:09 +02:00
add support for ephemeral events
This commit is contained in:
parent
a5526b440f
commit
21e919167c
3 changed files with 45 additions and 1 deletions
11
README.md
11
README.md
|
|
@ -26,3 +26,14 @@ link <username> <password>
|
|||
```
|
||||
|
||||
If a steam guard (mobile or email) code is required, you will be asked for the code.
|
||||
|
||||
## Ephemeral events
|
||||
|
||||
To enable bridging ephemeral events from matrix to steam (typing notification, read markers and presence)
|
||||
you'll need to enable the experimental support in synapse for pushing these events to the bridge by setting
|
||||
|
||||
```yaml
|
||||
"de.sorunome.msc2409.push_ephemeral": true
|
||||
```
|
||||
|
||||
in your registration file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue