提交 bd098240 编写于 作者: ruiruibupt's avatar ruiruibupt

change mentionIdList undefined

上级 4af4c51f
...@@ -13,7 +13,7 @@ export interface MessagePayloadBase { ...@@ -13,7 +13,7 @@ export interface MessagePayloadBase {
id : string, id : string,
contactId? : string, // Contact ShareCard contactId? : string, // Contact ShareCard
filename? : string, filename? : string,
mentionIdList : string[], // Mentioned Contacts' Ids mentionIdList?: string[], // Mentioned Contacts' Ids
text? : string, text? : string,
timestamp : number, // Unix Timestamp(in seconds) timestamp : number, // Unix Timestamp(in seconds)
type : MessageType, type : MessageType,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册