Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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