Skip to content

Commit

Permalink
use absolute path to resources to increase portability
Browse files Browse the repository at this point in the history
  • Loading branch information
rsommerfeld committed Apr 28, 2021
1 parent 3f21085 commit 927aa12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ setTDLibParams
self client send: (TCCRequest
newWithType: 'setTdlibParameters'
from: {'parameters' -> (Dictionary newFrom: {
'database_directory' -> 'tdlib'.
'database_directory' -> (FileDirectory default fullName , '/tdlib').
'use_message_database' -> true.
'use_secret_chats' -> true.
'use_test_dc' -> self useTestDC.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"logout" : "js 7/31/2020 14:13",
"sendPhoneNumber:" : "js 6/13/2020 18:54",
"setDBEncryptionKey:" : "rs 6/6/2020 16:26",
"setTDLibParams" : "RS 4/28/2021 21:29",
"setTDLibParams" : "RS 4/28/2021 21:38",
"useTestDC" : "rs 6/14/2020 12:40" } }

0 comments on commit 927aa12

Please sign in to comment.