Fix typo "ince" -> "since" in api:sync()

This commit is contained in:
Adrian Perez de Castro
2016-07-04 03:16:10 +03:00
parent c67a5506bf
commit b861b37dbb

View File

@@ -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,