Check whether a room alias exists within any application service namespaces
( ctx context.Context, req *RoomAliasExistsRequest, resp *RoomAliasExistsResponse, )
| 31 | type AppServiceInternalAPI interface { |
| 32 | // Check whether a room alias exists within any application service namespaces |
| 33 | RoomAliasExists( |
| 34 | ctx context.Context, |
| 35 | req *RoomAliasExistsRequest, |
| 36 | resp *RoomAliasExistsResponse, |
no outgoing calls
no test coverage detected