We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aliases
PublicRoom
1 parent b70847e commit 3495e57Copy full SHA for 3495e57
fclient/federationtypes.go
@@ -113,8 +113,6 @@ type RespPublicRooms struct {
113
// PublicRoom stores the info of a room returned by
114
// GET /_matrix/federation/v1/publicRooms
115
type PublicRoom struct {
116
- // Aliases of the room. May be empty.
117
- Aliases []string `json:"aliases,omitempty"`
118
// The canonical alias of the room, if any.
119
CanonicalAlias string `json:"canonical_alias,omitempty"`
120
// The name of the room, if any.
0 commit comments