mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-05 16:17:38 +02:00
Update to 2025-07-28 13:00
This commit is contained in:
@@ -184,7 +184,8 @@ module:hook('message/bare', function(event)
|
||||
return;
|
||||
end
|
||||
|
||||
local json_message = stanza:get_child_text('json-message', 'http://jitsi.org/jitmeet');
|
||||
local json_message = stanza:get_child_text('json-message', 'http://jitsi.org/jitmeet')
|
||||
or stanza:get_child_text('json-message');
|
||||
if not json_message then
|
||||
return;
|
||||
end
|
||||
|
Reference in New Issue
Block a user