diff --git a/matrix/api.lua b/matrix/api.lua index 5e2d45a..164f2ee 100644 --- a/matrix/api.lua +++ b/matrix/api.lua @@ -86,7 +86,7 @@ function API:sync(options) if options then params = { filter = options.filter, - ince = options.since, + since = options.since, full_state = options.full or false, set_presence = online and nil or "offline", timeout = options.timeout,