chore: LCIMMessage.IsTransient

oneRain 2021-01-05 17:10:59 +08:00
parent aec2a9409b
commit 965ca7ab85
1 changed files with 2 additions and 2 deletions

View File

@ -120,8 +120,8 @@ namespace LeanCloud.Realtime {
/// <summary> /// <summary>
/// Indicates whether this message is transient. /// Indicates whether this message is transient.
/// </summary> /// </summary>
public bool IsTransient { internal bool IsTransient {
get; internal set; get; set;
} }
internal LCIMMessage() { internal LCIMMessage() {