mirror of
https://github.com/TangSengDaoDao/TangSengDaoDaoWeb
synced 2025-06-06 17:57:13 +00:00
fix: the issue of the recent conversation list not displaying due to unknown messages.
This commit is contained in:
parent
e1df13e7c4
commit
b2fbc02e8a
@ -60,6 +60,9 @@ export default class MergeforwardContent extends MessageContent {
|
||||
message.fromUID = messageMap["from_uid"]
|
||||
|
||||
let payloadObj = messageMap["payload"]
|
||||
if (!payloadObj) {
|
||||
payloadObj = {}
|
||||
}
|
||||
let contentType = 0
|
||||
if (payloadObj) {
|
||||
contentType = payloadObj.type
|
||||
|
Loading…
x
Reference in New Issue
Block a user