glitch-in-the-matrix icon indicating copy to clipboard operation
glitch-in-the-matrix copied to clipboard

A set of Matrix.org bindings for Rust.

Results 3 glitch-in-the-matrix issues
Sort by recently updated
recently updated
newest added

FYI @eeeeeta I have opened an issue for tracking in https://github.com/matrix-org/synapse/issues/9096 which may need some resolution on the client side. Feel free to close this and I can reopen if...

according to Half-Shot, you can't discard keys on event content; they might be used for important non-specced extensions. probably best to chuck 'em into a `serde::Value` or something alongside the...

- [ ] relax error handling on MatrixRequestable to accept anything coerceable into failure::Error - [ ] maybe un-specialcase the hyper errors while we're at it - [ ] go...