MCPcopy Create free account
hub / github.com/daodst/chat / RoomInfo

Method RoomInfo

roomserver/storage/interface.go:30–30  ·  view source on GitHub ↗

RoomInfo returns room information for the given room ID, or nil if there is no room.

(ctx context.Context, roomID string)

Source from the content-addressed store, hash-verified

28 SupportsConcurrentRoomInputs() bool
29 // RoomInfo returns room information for the given room ID, or nil if there is no room.
30 RoomInfo(ctx context.Context, roomID string) (*types.RoomInfo, error)
31 // Store the room state at an event in the database
32 AddState(
33 ctx context.Context,

Callers 15

IsServerCurrentlyInRoomFunction · 0.65
IsInvitePendingFunction · 0.65
CheckForSoftFailFunction · 0.65
PerformInviteMethod · 0.65
PerformBackfillMethod · 0.65
backfillViaFederationMethod · 0.65
ServersAtEventMethod · 0.65
PerformInboundPeekMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected