matrix-org / rust-synapse-compress-state

A tool to compress some state in a Synapse instance's database
https://pypi.org/project/synapse-auto-compressor/
Apache License 2.0
142 stars 32 forks source link

Rename level current to head #61

Closed Azrenbeth closed 2 years ago

Azrenbeth commented 2 years ago

The word current was tripping me up occasionally and since Levels are basically just lists, it makes sense to call it "head".

Getters added so that Level struct contents can be accessed from other packages but not written to