EventsFromIDs looks up the Events for a list of event IDs. Does not error if event was not found. Returns an error if the retrieval went wrong.
(ctx context.Context, eventIDs []string)
| 135 | // not found. |
| 136 | // Returns an error if the retrieval went wrong. |
| 137 | EventsFromIDs(ctx context.Context, eventIDs []string) ([]types.Event, error) |
| 138 | // Publish or unpublish a room from the room directory. |
| 139 | PublishRoom(ctx context.Context, roomID string, publish bool) error |
| 140 | // Returns a list of room IDs for rooms which are published. |
no outgoing calls
no test coverage detected