最低一秒钟的消息
This commit is contained in:
@@ -17,7 +17,7 @@ const getMessageList = (conversationType, targetId, timeStamp, count, isForward,
|
||||
'RC:ReferenceMsg',
|
||||
'RC:CombineMsg',
|
||||
'RC:GrpNtf',
|
||||
'RC:InfoNtf',
|
||||
'RC:InfoNtf',
|
||||
'RC:RcNtf'
|
||||
]
|
||||
|
||||
@@ -127,7 +127,7 @@ const sentVoice = (conversationType, targetId, voiceUrl, time, user, callback) =
|
||||
content: {
|
||||
objectName: 'RC:HQVCMsg',
|
||||
local: 'file:///' + plus.io.convertLocalFileSystemURL(voiceUrl),
|
||||
duration: time,
|
||||
duration: time == 0 ? 1 : time,
|
||||
userInfo: user
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user