调整用户名显示相关,只有播放录像才会强制用户名,否则都用uid获取
This commit is contained in:
@@ -452,7 +452,7 @@ local function _pumpStream(d)
|
||||
if res then
|
||||
DATA.pumpRecording(stream,P.stream)
|
||||
else
|
||||
MES.new('error',"Bad stream from "..P.username.."#"..P.uid,.1)
|
||||
MES.new('error',"Bad stream from "..USERS.getUsername(P.uid).."#"..P.uid,.1)
|
||||
end
|
||||
return
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user