mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-18 04:07:38 +02:00
Compare commits
2 Commits
886569d07f
...
95e483cdcb
Author | SHA1 | Date | |
---|---|---|---|
95e483cdcb | |||
dda2379a63 |
@ -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]
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user