mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-07-02 10:38:16 +00:00
Update XML summary for EnableMessengerSubscriptions to reflect obsolete status
This commit is contained in:
parent
2fac0ca926
commit
640bd7a8a7
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ namespace PepperDash.Essentials
|
||||||
public bool EnableApiServer { get; set; } = true;
|
public bool EnableApiServer { get; set; } = true;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Enable subscriptions for Messengers
|
/// Retained for backward compatibility only. This property is obsolete; all messengers are now subscription based.
|
||||||
/// </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.")]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue