mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
#1186 Renamed USER_IN_THREAD to USER_IN_TOPIC
This commit is contained in:
parent
d29b18da8c
commit
066d16b522
3 changed files with 6 additions and 6 deletions
|
|
@ -7,7 +7,7 @@ The strategy can be changed in dispatcher:
|
|||
from aiogram.fsm.strategy import FSMStrategy
|
||||
...
|
||||
dispatcher = Dispatcher(
|
||||
fsm_strategy=FSMStrategy.USER_IN_THREAD,
|
||||
fsm_strategy=FSMStrategy.USER_IN_TOPIC,
|
||||
storage=..., # Any persistent storage
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue