Commit ec8a84da by qlintonger xeno

眼镜端修复+3

parent 119f1481
...@@ -449,7 +449,8 @@ export class AgoraHandle { ...@@ -449,7 +449,8 @@ export class AgoraHandle {
tip: text, tip: text,
channelID: chatChannelState.value.chatChannelId, channelID: chatChannelState.value.chatChannelId,
msgId msgId
} },
chatChannelState.value.chatChannelId
) )
} }
...@@ -479,7 +480,8 @@ export class AgoraHandle { ...@@ -479,7 +480,8 @@ export class AgoraHandle {
tip: data.fileUrl, tip: data.fileUrl,
channelID, channelID,
msgId msgId
} },
channelID
) )
} }
...@@ -509,7 +511,8 @@ export class AgoraHandle { ...@@ -509,7 +511,8 @@ export class AgoraHandle {
tip: data.fileUrl, tip: data.fileUrl,
channelID, channelID,
msgId msgId
} },
channelID
) )
} }
...@@ -540,7 +543,8 @@ export class AgoraHandle { ...@@ -540,7 +543,8 @@ export class AgoraHandle {
tip: data.fileUrl, tip: data.fileUrl,
channelID, channelID,
msgId msgId
} },
channelID
) )
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment