We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a253134 commit 0b5033cCopy full SHA for 0b5033c
matrix_client/client.py
@@ -341,7 +341,7 @@ def join_room(self, room_id_or_alias):
341
return self._mkroom(room_id)
342
343
def get_rooms(self):
344
- """ Return a dict of {room_id: Room objects} that the user has joined.
+ """ Deprecated. Return a dict of {room_id: Room objects} that the user has joined.
345
346
Returns:
347
Room{}: Rooms the user has joined.
0 commit comments