matrix-nio icon indicating copy to clipboard operation
matrix-nio copied to clipboard

Add left rooms class

Open kuries opened this issue 3 years ago • 4 comments

Closes #46.

kuries avatar Mar 14 '22 07:03 kuries

I've done a couple of changes to the library, I'm still yet to work on the _handle_left_rooms callback in base_client.py.

@poljar Can you check this and see if I'm headed in the right direction?

kuries avatar Mar 14 '22 07:03 kuries

@poljar I think I finished most of the work required for the left rooms class, should I start writing tests for it?

kuries avatar Mar 17 '22 19:03 kuries

@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 we should ensure that the rooms get put in the correct state depending on where they are in the sync response.

poljar avatar Apr 12 '22 09:04 poljar

@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 we should ensure that the rooms get put in the correct state depending on where they are in the sync response.

Thanks for the reply, I'll start working on it.

kuries avatar Apr 12 '22 18:04 kuries