Lightweight containerized prosody tooling + moved auth scripts + xmpp reconnect/auth stabilization
This commit is contained in:
@@ -63,9 +63,6 @@ def ensure_variant_policies_for_profile(
|
||||
result: dict[str, CommandVariantPolicy] = {}
|
||||
|
||||
if str(profile.slug or "").strip() == "bp":
|
||||
# Keep source-chat status visible for BP to avoid "silent success" confusion.
|
||||
if str(profile.visibility_mode or "").strip() == "status_in_source":
|
||||
CommandVariantPolicy.objects.filter(profile=profile).update(send_status_to_source=True)
|
||||
for key in BP_VARIANT_KEYS:
|
||||
meta = BP_VARIANT_META.get(key, {})
|
||||
defaults = _bp_defaults(profile, key, post_result_enabled)
|
||||
|
||||
Reference in New Issue
Block a user