mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
Use "max_position" instead of "after" for compat
This commit is contained in:
parent
381a8a106c
commit
211b086f4d
10 changed files with 17 additions and 40 deletions
|
|
@ -81,8 +81,8 @@ retweet = [
|
|||
]
|
||||
|
||||
reply = [
|
||||
['mobile_test?after=471336696307392513', '@mobile_test', '@mobile_test'],
|
||||
['mobile_test_2?after=375101899214561280', '@mobile_test_2', '@mobile_test']
|
||||
['mobile_test?max_position=471336696307392513', '@mobile_test', '@mobile_test'],
|
||||
['mobile_test_2?max_position=375101899214561280', '@mobile_test_2', '@mobile_test']
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue