No description
654e39077d
We now track the room ID, the canonical alias and the name of the room separately. Only the room ID is guaranteed to be set (instead of `None`). Additionally, a number of methods were added to MatrixRoom to assist in calculating the name of the room and determining whether it is a named room or an ad hoc "group" of users. The most important method is `MatrixRoom.display_name` which calculates the display name of the room (roughly) according to section 11.2.2.5[*] of the Matrix v0.3.0 spec. [*] https://matrix.org/docs/spec/client_server/r0.3.0.html#id268 |
||
---|---|---|
matrix | ||
tests | ||
.gitignore | ||
.pylintrc | ||
LICENSE | ||
main.py | ||
Makefile | ||
TODO.md |