(asAPI asAPI.AppServiceInternalAPI)
| 22 | // interdependencies between the roomserver and other input APIs |
| 23 | SetFederationAPI(fsAPI fsAPI.RoomserverFederationAPI, keyRing *gomatrixserverlib.KeyRing) |
| 24 | SetAppserviceAPI(asAPI asAPI.AppServiceInternalAPI) |
| 25 | SetUserAPI(userAPI userapi.RoomserverUserAPI) |
| 26 | |
| 27 | // QueryAuthChain returns the entire auth chain for the event IDs given. |
no outgoing calls
no test coverage detected