mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-06 15:04:11 -04:00
Those methods are public, but never used by our current users. Moreover, there is some big overlaps. For example, `storage_key`, `cold_cache` and `no_cache` do the same thing: They update the `storage_key` field. Or `add_fullsync_list` is just a helper that is never used except in the tests etc.