Clarify summary for EnableMessengerSubscriptions property

Updated the summary comment for EnableMessengerSubscriptions property to clarify its purpose.
This commit is contained in:
Neil Dorin 2026-06-26 15:57:52 -06:00 committed by GitHub
parent 640bd7a8a7
commit 0240887d93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ namespace PepperDash.Essentials
public bool EnableApiServer { get; set; } = true;
/// <summary>
/// Retained for backward compatibility only. This property is obsolete; all messengers are now subscription based.
/// Enables subscriptions for messengers
/// </summary>
[JsonProperty("enableMessengerSubscriptions")]
[Obsolete("This property is obsolete and will be removed in a future version. All messengers are now subscription based.")]