Skip to content

Commit 3495e57

Browse files
authored
Remove aliases from PublicRoom as per MSC2432 (#429)
Part of matrix-org/dendrite#3218
1 parent b70847e commit 3495e57

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fclient/federationtypes.go

-2
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ type RespPublicRooms struct {
113113
// PublicRoom stores the info of a room returned by
114114
// GET /_matrix/federation/v1/publicRooms
115115
type PublicRoom struct {
116-
// Aliases of the room. May be empty.
117-
Aliases []string `json:"aliases,omitempty"`
118116
// The canonical alias of the room, if any.
119117
CanonicalAlias string `json:"canonical_alias,omitempty"`
120118
// The name of the room, if any.

0 commit comments

Comments
 (0)