Compare commits
4 Commits
cb4945d469
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
5062c9dd15
|
|||
|
f844be04b0
|
|||
|
eb8fff42bf
|
|||
|
d94c1342b0
|
@@ -88,7 +88,7 @@ function API:sync(options)
|
|||||||
filter = options.filter,
|
filter = options.filter,
|
||||||
since = 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 = options.online and nil or "offline",
|
||||||
timeout = options.timeout,
|
timeout = options.timeout,
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -228,6 +228,7 @@ function Room:get_alias_or_id()
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
local make_unimplemented_handler
|
||||||
local make_unimplemented_handler = function (self, event)
|
local make_unimplemented_handler = function (self, event)
|
||||||
local env_value = os.getenv("MATRIX_CLIENT_LOG_UNHANDLED_EVENTS")
|
local env_value = os.getenv("MATRIX_CLIENT_LOG_UNHANDLED_EVENTS")
|
||||||
if env_value and #env_value > 0 and env_value ~= "0" then
|
if env_value and #env_value > 0 and env_value ~= "0" then
|
||||||
|
|||||||
Reference in New Issue
Block a user