From 3495e573f2b78e0e24bacbec4157324a9aa7fdae Mon Sep 17 00:00:00 2001 From: Till <2353100+S7evinK@users.noreply.github.com> Date: Tue, 9 Jan 2024 19:04:17 +0100 Subject: [PATCH] Remove `aliases` from `PublicRoom` as per MSC2432 (#429) Part of https://github.com/matrix-org/dendrite/issues/3218 --- fclient/federationtypes.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/fclient/federationtypes.go b/fclient/federationtypes.go index eed2c31b..59cfa139 100644 --- a/fclient/federationtypes.go +++ b/fclient/federationtypes.go @@ -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.