GetLocalServerInRoom returns true if we think we're in a given room or false otherwise.
(ctx context.Context, roomNID types.RoomNID)
| 158 | JoinedUsersSetInRooms(ctx context.Context, roomIDs, userIDs []string) (map[string]int, error) |
| 159 | // GetLocalServerInRoom returns true if we think we're in a given room or false otherwise. |
| 160 | GetLocalServerInRoom(ctx context.Context, roomNID types.RoomNID) (bool, error) |
| 161 | // GetServerInRoom returns true if we think a server is in a given room or false otherwise. |
| 162 | GetServerInRoom(ctx context.Context, roomNID types.RoomNID, serverName gomatrixserverlib.ServerName) (bool, error) |
| 163 | // GetKnownUsers searches all users that userID knows about. |
no outgoing calls
no test coverage detected