예제 #1
0
 def build_room_list_handler(self):
     return RoomListHandler(self)
예제 #2
0
파일: server.py 프로젝트: yunwah/synapse
 def get_room_list_handler(self) -> RoomListHandler:
     return RoomListHandler(self)