Damir Jelić

Results 351 comments of Damir Jelić

That endpoint only recently started returning a `device_id`, so no, such a thing does not exist. It's a bit dangerous to use only an access token because we would need...

> > Am I missing something or are those new classes not used anywhere? Shouldn't we add the API call and a method to the `AsyncClient`? > > They're not...

The [API standards](https://matrix.org/docs/spec/client_server/r0.5.0#api-standards) section has this sentence in it: > There may be additional keys depending on the error, but the keys error and errcode MUST always be present. Which...

While reaction events aren't yet parsed and turned into a nice Python class, they can be accessed as an [UnknownEvent](https://matrix-nio.readthedocs.io/en/latest/nio.html#nio.events.room_events.UnknownEvent).

It is, I'm still stuck in crypto rewrite limbo.

No, I don't mind at all. Contributions as always are welcome.

Reopening since #252 is about stickers and not about `m.reaction` events.

> @poljar I think I finished most of the work required for the left rooms class, should I start writing tests for it? Sorry for the delay here, yes please...

Yeah, that solution is fine, it's what the docs also suggest: https://docs.python.org/3/library/asyncio-task.html#coroutines

This has merge conflicts now, could you resolve them. Perhaps CI will wake up as well after that.