mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-05 14:35:20 -04:00
It allows to reuse the URL for different actions more easily than having to call `OAuth::account_management_url` every time for a different action. It also adds a method with fallback if we want to ignore action serialization errors, to always present a URL. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>