示例#1
0
文件: server.py 项目: yunwah/synapse
 def get_room_shutdown_handler(self) -> RoomShutdownHandler:
     return RoomShutdownHandler(self)
示例#2
0
 def build_room_shutdown_handler(self):
     return RoomShutdownHandler(self)