File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,6 @@ def register_routes(self, app: web.Application) -> None:
8686 app .router .add_route ("GET" , "/_matrix/app/v1/rooms/{alias}" , self ._http_query_alias )
8787 app .router .add_route ("GET" , "/_matrix/app/v1/users/{user_id}" , self ._http_query_user )
8888 app .router .add_route ("POST" , "/_matrix/app/v1/ping" , self ._http_ping )
89- app .router .add_route ("POST" , "/_matrix/app/unstable/fi.mau.msc2659/ping" , self ._http_ping )
9089
9190 def _check_token (self , request : web .Request ) -> bool :
9291 try :
@@ -301,7 +300,7 @@ async def handle_transaction(
301300 else :
302301 try :
303302 await self .to_device_handler (td )
304- except :
303+ except Exception :
305304 self .log .exception ("Exception in Matrix to-device event handler" )
306305 if device_lists and self .device_list_handler :
307306 try :
You can’t perform that action at this time.
0 commit comments