mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 02:24:35 +02:00
feat(telegram): add pagination fetching of messages (#4394)
* feat(telegram): add pagination fetching of messages * docs
This commit is contained in:
parent
f9e9c8101e
commit
48cb7d71ed
3 changed files with 71 additions and 28 deletions
|
@ -155,6 +155,11 @@ port = 11211
|
|||
|
||||
; --- Bridge specific configuration ------
|
||||
|
||||
[TelegramBridge]
|
||||
|
||||
; Max pages to fetch (1 page => 20 messages), min=1 max=100
|
||||
max_pages = 1
|
||||
|
||||
[DiscogsBridge]
|
||||
|
||||
; Sets the personal access token for interactions with Discogs. When
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue