diff --git a/src/settings/MediaQualitySettings.tsx b/src/settings/MediaQualitySettings.tsx
index d47e0b10..46bd6c7c 100644
--- a/src/settings/MediaQualitySettings.tsx
+++ b/src/settings/MediaQualitySettings.tsx
@@ -122,12 +122,13 @@ export const MediaQualitySettings: FC<{
- {/* Only list codecs the SFU actually accepts right now (confirmed
- live via matrix-rtc-sfu negotiation logs, 2026-07-28 -
- enabledPublishCodecs was [VP8, H264, H265]). VP9/AV1 are not
- currently negotiated by the SFU - selecting them silently
- falls back to VP8 via the client's backupCodec, so leaving
- them out avoids offering a choice that has no real effect. */}
+ {/* VP9/AV1 tested live 2026-07-29 (Issue #11) after enabling them at
+ the SFU: even on a real VP9-capable browser (Firefox, fresh
+ rejoin) publishing silently fell back to VP8. SFU logs showed
+ the server-side codec allow-list never actually included
+ vp9/av1 despite the config being deployed - root cause not
+ conclusively identified (see Issue #11). Left out until
+ that's understood and fixed. */}