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>
/// Indicates whether this message is transient.
/// </summary>
public bool IsTransient {
get; internal set;
internal bool IsTransient {
get; set;
}
internal LCIMMessage() {