From e2fb14f798c056eca224218b0dfcd53df5585367 Mon Sep 17 00:00:00 2001 From: Guus der Kinderen Date: Wed, 3 Aug 2022 13:27:36 +0200 Subject: [PATCH] fixes #136: Implement group role handling when creating/updating a room Prior to this commit, affiliation-groups (memberGroups, adminGroups, ownerGroups and outcastGroups) that were present in MUC room entities used to create up update a MUC room, were ignored. --- changelog.html | 1 + .../rest/controller/MUCRoomController.java | 76 +++++++++++++++---- 2 files changed, 63 insertions(+), 14 deletions(-) diff --git a/changelog.html b/changelog.html index d5d353c93..480caf2b8 100644 --- a/changelog.html +++ b/changelog.html @@ -47,6 +47,7 @@

1.9.0 (tbd)