Skip to content

Commit

Permalink
Remove aliases from PublicRoom as per MSC2432 (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
S7evinK authored Jan 9, 2024
1 parent b70847e commit 3495e57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fclient/federationtypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ type RespPublicRooms struct {
// PublicRoom stores the info of a room returned by
// GET /_matrix/federation/v1/publicRooms
type PublicRoom struct {
// Aliases of the room. May be empty.
Aliases []string `json:"aliases,omitempty"`
// The canonical alias of the room, if any.
CanonicalAlias string `json:"canonical_alias,omitempty"`
// The name of the room, if any.
Expand Down

0 comments on commit 3495e57

Please sign in to comment.