Query the server names of the joined hosts in a room. Unlike QueryJoinedHostsInRoom, this function returns a de-duplicated slice containing only the server names (without information for membership events). The response will include this server if they are joined to the room.
(ctx context.Context, request *QueryJoinedHostServerNamesInRoomRequest, response *QueryJoinedHostServerNamesInRoomResponse)
| 37 | // containing only the server names (without information for membership events). |
| 38 | // The response will include this server if they are joined to the room. |
| 39 | QueryJoinedHostServerNamesInRoom(ctx context.Context, request *QueryJoinedHostServerNamesInRoomRequest, response *QueryJoinedHostServerNamesInRoomResponse) error |
| 40 | } |
| 41 | |
| 42 | type RoomserverFederationAPI interface { |
no outgoing calls
no test coverage detected