Fix typo "ince" -> "since" in api:sync()
This commit is contained in:
@@ -86,7 +86,7 @@ function API:sync(options)
|
|||||||
if options then
|
if options then
|
||||||
params = {
|
params = {
|
||||||
filter = options.filter,
|
filter = options.filter,
|
||||||
ince = options.since,
|
since = options.since,
|
||||||
full_state = options.full or false,
|
full_state = options.full or false,
|
||||||
set_presence = online and nil or "offline",
|
set_presence = online and nil or "offline",
|
||||||
timeout = options.timeout,
|
timeout = options.timeout,
|
||||||
|
|||||||
Reference in New Issue
Block a user