Documentation ¶
Overview ¶
Package msc2946 'Spaces Summary' implements https://github.com/matrix-org/matrix-doc/pull/2946
Index ¶
Constants ¶
View Source
const ( ConstCreateEventContentKey = "type" ConstCreateEventContentValueSpace = "m.space" ConstSpaceChildEventType = "m.space.child" ConstSpaceParentEventType = "m.space.parent" )
Variables ¶
This section is empty.
Functions ¶
func Enable ¶
func Enable( base *base.BaseDendrite, rsAPI roomserver.RoomserverInternalAPI, userAPI userapi.UserInternalAPI, fsAPI fs.FederationInternalAPI, keyRing gomatrixserverlib.JSONVerifier, cache caching.SpaceSummaryRoomsCache, ) error
Enable this MSC
Types ¶
type MSC2946ClientResponse ¶ added in v0.6.5
type MSC2946ClientResponse struct { Rooms []gomatrixserverlib.MSC2946Room `json:"rooms"` NextBatch string `json:"next_batch,omitempty"` }
Click to show internal directories.
Click to hide internal directories.