Rework session DI and files path wrapper

This commit is contained in:
Alex Root Junior 2021-12-12 18:15:36 +02:00
parent 1357a7a91b
commit 2620a6547c
9 changed files with 98 additions and 40 deletions

1
CHANGES/776.misc Normal file
View 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
View 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
View 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.