mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-19 06:27:48 +00:00
feat(ci) add luacheck
This commit is contained in:
@@ -124,7 +124,7 @@ function on_message(event)
|
||||
local faceLandmarks = room.speakerStats[occupant.jid].faceLandmarks;
|
||||
table.insert(faceLandmarks,
|
||||
{
|
||||
faceExpression = newFaceLandmarks.attr.faceExpression,
|
||||
faceExpression = newFaceLandmarks.attr.faceExpression,
|
||||
timestamp = tonumber(newFaceLandmarks.attr.timestamp),
|
||||
duration = tonumber(newFaceLandmarks.attr.duration),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user