perf(前端): 多媒体文件不要loading

main
Lei OT 5 months ago
parent 3912e93428
commit b8d7597004

@ -119,7 +119,7 @@ const mediaMsg = {
...msg,
actionId: msg.id,
conversationid: msg.id.split('.')[0],
data: { ...msg.data, status: { download: msg.data?.loading ? false : true, click: true, loading: msg.data.loading } },
data: { ...msg.data, status: { download: true, click: true, loading: 0 } },
...(msg.context
? {
reply: {

Loading…
Cancel
Save