feat(help): add backfill option to addfeed command
Enhanced the addfeed command to support an optional --backfill parameter, allowing users to include all current entries when bridging a new feed. This provides more flexibility in feed management and ensures no entries are missed during the initial setup.
This commit is contained in:
parent
ea6bdd5e2e
commit
788b15b151
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ async def command_help(room: MatrixRoom, event: RoomMessageText, bot):
|
|||
- !rssbot help - Show this message
|
||||
- !rssbot botinfo - Show information about the bot
|
||||
- !rssbot privacy - Show privacy information
|
||||
- !rssbot addfeed \<url\> - Bridges a new feed to the current room
|
||||
- !rssbot addfeed [--backfill] \<url\> - Bridges a new feed to the current room (optionally backfilling all current entries)
|
||||
- !rssbot listfeeds - Lists all bridged feeds
|
||||
- !rssbot removefeed \<index|url\> - Removes a bridged feed given the numeric index from the listfeeds command or the URL of the feed
|
||||
- !rssbot eventtype [text|notice] - Sets the event type for the current room, overriding the default event type
|
||||
|
|
Loading…
Reference in a new issue