| Commit message (Collapse) | Author | Files | Lines |
|
Using tox to run the tests is a bad idea, as per the comments.
|
|
|
|
|
|
When 546ec1a was merged into develop, I accidentally overwrote the change
introduced in debbea5 (pr #1657). Reintroduce it.
|
|
There was a race condition that caused the notifier to 'miss' the
timeout notification, since there were no other checks for the timeout
this caused listeners to get stuck in a loop until something happened.
|
|
This returns the currently joined members in the room with their display
names and avatar urls. This is more efficient than /members for large
rooms where you don't need the full events.
|
|
|
|
Don't ignore read-receipts which arrive in the same EDU as a read-receipt for
an old event.
|
|
This should fix the absence of notifications when new receipts arrive.
|