mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-15 15:40:47 +00:00
The port narrowed `tag` from an untyped Python attribute to a str-only Rust String field, so `context.tag = None` — accepted silently before, and the value the sentinel's `tag` reports — started raising TypeError. Keep the field Optional at runtime (still initialised to "" and typed as str in the stub, matching how all in-tree code treats it). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JFbRtswu7rsHrttJFauUUb