mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
Rename accounts/guest accounts to sessions
The new file loaded by default is now ./sessions.jsonl JSONL is also required, .json support dropped.
This commit is contained in:
parent
afad55749b
commit
6fcd849eff
10 changed files with 113 additions and 119 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -11,4 +11,5 @@ nitter
|
|||
/public/md/*.html
|
||||
nitter.conf
|
||||
guest_accounts.json*
|
||||
sessions.json*
|
||||
dump.rdb
|
||||
|
|
|
|||
Loading…
Reference in a new issue