mirror of
https://github.com/TangSengDaoDao/TangSengDaoDaoWeb
synced 2025-06-07 10:01:27 +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"]
|
message.fromUID = messageMap["from_uid"]
|
||||||
|
|
||||||
let payloadObj = messageMap["payload"]
|
let payloadObj = messageMap["payload"]
|
||||||
|
if (!payloadObj) {
|
||||||
|
payloadObj = {}
|
||||||
|
}
|
||||||
let contentType = 0
|
let contentType = 0
|
||||||
if (payloadObj) {
|
if (payloadObj) {
|
||||||
contentType = payloadObj.type
|
contentType = payloadObj.type
|
||||||
|
Loading…
x
Reference in New Issue
Block a user