mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
42aa1f3f33
Introduce a User object I'm sick of passing around more and more things as tuple items around the whole world, and needing to edit every call site every time there is more information about a user. So pass them around together as an object. This object has incredibly poorly named fields because we have a convention that `user` indicates a UserID object, and `user_id` indicates a string. I tried to clean up the whole repo to fix this, but gave up. So instead, I introduce a second convention. A user_object is a User, and a user_id_object is a UserId. I may have cried a little bit. |
||
---|---|---|
.. | ||
__init__.py | ||
base_resource.py | ||
download_resource.py | ||
filepath.py | ||
identicon_resource.py | ||
media_repository.py | ||
thumbnail_resource.py | ||
thumbnailer.py | ||
upload_resource.py |