(ctx context.Context, js string)
| 34 | GetJoinedHostsForRooms(ctx context.Context, roomIDs []string, excludeSelf bool) ([]gomatrixserverlib.ServerName, error) |
| 35 | |
| 36 | StoreJSON(ctx context.Context, js string) (*shared.Receipt, error) |
| 37 | |
| 38 | GetPendingPDUs(ctx context.Context, serverName gomatrixserverlib.ServerName, limit int) (pdus map[*shared.Receipt]*gomatrixserverlib.HeaderedEvent, err error) |
| 39 | GetPendingEDUs(ctx context.Context, serverName gomatrixserverlib.ServerName, limit int) (edus map[*shared.Receipt]*gomatrixserverlib.EDU, err error) |
no outgoing calls