p1: add forward without author option
All checks were successful
CI / test (push) Successful in 21s

This commit is contained in:
2026-03-08 14:11:04 +03:00
parent 5ae5821c20
commit 33e467d2a5
5 changed files with 27 additions and 9 deletions

View File

@@ -279,7 +279,8 @@ Rules:
```json
{
"target_chat_id": 20
"target_chat_id": 20,
"include_author": true
}
```
@@ -287,7 +288,8 @@ Rules:
```json
{
"target_chat_ids": [20, 21]
"target_chat_ids": [20, 21],
"include_author": true
}
```