mirror of
https://github.com/matrix-org/synapse.git
synced 2025-08-25 00:11:19 +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.