mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-07-02 02:28:19 +00:00
Clarify summary for EnableMessengerSubscriptions property
Updated the summary comment for EnableMessengerSubscriptions property to clarify its purpose.
This commit is contained in:
parent
640bd7a8a7
commit
0240887d93
1 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ namespace PepperDash.Essentials
|
||||||
public bool EnableApiServer { get; set; } = true;
|
public bool EnableApiServer { get; set; } = true;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Retained for backward compatibility only. This property is obsolete; all messengers are now subscription based.
|
/// Enables subscriptions for messengers
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonProperty("enableMessengerSubscriptions")]
|
[JsonProperty("enableMessengerSubscriptions")]
|
||||||
[Obsolete("This property is obsolete and will be removed in a future version. All messengers are now subscription based.")]
|
[Obsolete("This property is obsolete and will be removed in a future version. All messengers are now subscription based.")]
|
||||||
|
|
@ -290,4 +290,4 @@ namespace PepperDash.Essentials
|
||||||
/// </summary>
|
/// </summary>
|
||||||
NEO
|
NEO
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue