diff --git a/clientapi/routing/room_tagging.go b/clientapi/routing/room_tagging.go index 95844e28f..b5e918794 100644 --- a/clientapi/routing/room_tagging.go +++ b/clientapi/routing/room_tagging.go @@ -74,7 +74,7 @@ func GetTags( return util.JSONResponse{ Code: http.StatusOK, - JSON: struct{}{}, + JSON: data[0].Content, } }