Compare commits

...

4 Commits

Author SHA1 Message Date
5062c9dd15 Trying again 2026-04-20 12:20:25 -04:00
f844be04b0 make_unimplemented_handler 2026-04-20 12:13:51 -04:00
eb8fff42bf One more 2026-04-20 12:08:30 -04:00
d94c1342b0 Additional bug fixes 2026-04-20 12:02:12 -04:00
2 changed files with 2 additions and 1 deletions

View File

@@ -88,7 +88,7 @@ function API:sync(options)
filter = options.filter,
since = options.since,
full_state = options.full or false,
set_presence = online and nil or "offline",
set_presence = options.online and nil or "offline",
timeout = options.timeout,
}
end

View File

@@ -228,6 +228,7 @@ function Room:get_alias_or_id()
end
end
local make_unimplemented_handler
local make_unimplemented_handler = function (self, event)
local env_value = os.getenv("MATRIX_CLIENT_LOG_UNHANDLED_EVENTS")
if env_value and #env_value > 0 and env_value ~= "0" then