mujx
mujx
By middleware we mean an [Iron middleware](https://docs.rs/iron/0.3.1/iron/middleware/index.html). Iron is the http framework we use in ruma. We plan on using nginx as reverse proxy in production so this could be...
You are right, the Matrix-specific response complicates things. Also some of the rate limiting should be based on the access tokens, if I understand correctly. I'm not really familiar with...
One problem that came up in #137 is how to go from seconds (`u64` etc) to `SystemTime` so that can be used in diesel queries. Maybe there is a workaround?...
In general we should try to eliminate u64 and i64 where we can when it comes to timestamps.
That's true but it's easy code; most of the lines are declarations of event structs. The biggest part of the function is the pattern matching on initial state which cannot...
@jooert Seems you are right regarding the `m.room.member` event. Reading through the code the issue seems to be about the `m.presence` event also. The problems is in `PresenceStatus::upsert` which is...
This works for me `find -type d | xargs -I {} tflint {}`.
There is no API currently to export that data apart from using a sql query directly.
Hi @Richie765, currently there is no way to change the password.
Did any of the heartbeats were imported or nothing at all?