Skip to content

Post-matrix-rust-sdk-update cleanup

Kévin Commaille requested to merge (removed):cleanup into main
  • auth-dialog: Use Ruma's AuthData type : Now that it is owned we can use it instead of having to declare our own type.
  • logs: Enable warn level for all crates in .Hack manifest : With more logic moving in the SDK, it makes sense to listen to errors in other crates, especially in the debug build.
  • room: Move event actions to the event module : I've wanted to do that for a while. It makes more sense in this module.

Merge request reports