Fix ambiguous doc on MessageSource.internalId

This commit is contained in:
Him188 2020-05-06 22:34:15 +08:00 committed by GitHub
parent cb842d87b4
commit ad41b7a0d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,8 +88,6 @@ sealed class MessageSource : Message, MessageMetadata, ConstrainSingle<MessageSo
/**
* 内部 id. 仅用于协议模块使用.
*
* 在撤回消息和引用回复时均需使用此 id.
*
* 值没有顺序, 也可能为 0, 取决于服务器是否提供.
*
* 在事件中和在引用中无法保证同一条消息的 [internalId] 相同.