Compare commits

...

2 Commits

2 changed files with 13 additions and 5 deletions

View File

@ -10,6 +10,11 @@ repos:
- id: detect-private-key
- id: end-of-file-fixer
- id: fix-byte-order-marker
- repo: https://github.com/thlorenz/doctoc
rev: v2.2.0
hooks:
- id: doctoc
args: [--update-only]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.6"
hooks:
@ -20,8 +25,3 @@ repos:
- id: editorconfig-checker
alias: ec
args: [-disable-max-line-length]
- repo: https://github.com/thlorenz/doctoc
rev: v2.2.0
hooks:
- id: doctoc
args: [--update-only]

View File

@ -54,3 +54,11 @@ integration manager for benefit of Element iOS users.
Note that the bot will likely require power level to touch room state so
it will in most cases require power level 50.
For reference the list of commands:
- `!feeds feed <url> [label]` - Bridge an RSS/Atom feed to the room.
- `!feeds feed list` - Show feeds currently subscribed to.
- `!feeds feed remove <url>` - Unsubscribe from an RSS/Atom feed.
- `!feeds setup-widget` - Open the setup widget in the room
- `!feeds help` - This help text