From bfb7045d9c8a3069ef63fbc6b806dd717cc71386 Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Tue, 9 Jan 2024 18:44:29 +0100 Subject: [PATCH] Remove Aliases as per MSC2432 --- 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.