mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Rework session DI and files path wrapper
This commit is contained in:
parent
1357a7a91b
commit
2620a6547c
9 changed files with 98 additions and 40 deletions
1
CHANGES/776.misc
Normal file
1
CHANGES/776.misc
Normal file
|
|
@ -0,0 +1 @@
|
|||
Check :code:`destiny` in case of no :code:`with_destiny` enabled in RedisStorage key builder
|
||||
1
CHANGES/778.misc
Normal file
1
CHANGES/778.misc
Normal file
|
|
@ -0,0 +1 @@
|
|||
Stop using feature from #336. From now settings of client-session should be placed as initializer arguments instead of changing instance attributes.
|
||||
2
CHANGES/779.misc
Normal file
2
CHANGES/779.misc
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Make TelegramAPIServer files wrapper in local mode bi-directional (server-client, client-server)
|
||||
Now you can convert local path to server path and server path to local path.
|
||||
Loading…
Add table
Add a link
Reference in a new issue