mirror of
https://github.com/matrix-org/synapse.git
synced 2025-09-03 04:41:28 +02:00
This tracks data about the entity which made the request. This is instead of passing around a tuple, which requires call-site modifications every time a new piece of optional context is passed around. I tried to introduce a User object. I gave up.