Update XML summary for EnableMessengerSubscriptions to reflect obsolete status

This commit is contained in:
copilot-swe-agent[bot] 2026-06-26 21:55:49 +00:00 committed by GitHub
parent 2fac0ca926
commit 640bd7a8a7
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; 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.")]