mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-02-20 08:17:19 -05:00
`compute_display_name` is made private again, and used only within the base crate. A new public counterpart `Room::display_name` is introduced, which returns a cached value for, or computes (and fills in cache) the display name. This is simpler to use, and likely what most users expect anyways.