-
- Downloads
Simplify internal metadata class. (#16762)
We remove these fields as they're just duplicating data the event already stores, and (for reasons) I'd like to simplify the class to only store simple types. I'm not entirely convinced that we shouldn't instead add helper methods to the event class to generate stream tokens, but I don't really think that's where they belong either
Showing
- changelog.d/16762.misc 1 addition, 0 deletionschangelog.d/16762.misc
- synapse/events/__init__.py 1 addition, 8 deletionssynapse/events/__init__.py
- synapse/handlers/admin.py 6 additions, 1 deletionsynapse/handlers/admin.py
- synapse/handlers/room.py 8 additions, 2 deletionssynapse/handlers/room.py
- synapse/handlers/sync.py 8 additions, 2 deletionssynapse/handlers/sync.py
- synapse/storage/databases/main/stream.py 0 additions, 33 deletionssynapse/storage/databases/main/stream.py
Loading
Please register or sign in to comment