From c4cefbb23652dad0a48bc0371022baac379cc8af Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Tue, 6 Jun 2023 21:54:27 -0500 Subject: [PATCH] Add changelog --- changelog.d/15734.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/15734.misc diff --git a/changelog.d/15734.misc b/changelog.d/15734.misc new file mode 100644 index 0000000000..63f3c358df --- /dev/null +++ b/changelog.d/15734.misc @@ -0,0 +1 @@ +Remove redundant table join with `current_state_events` when doing a `get_users_in_room_with_profiles()`/`get_subset_users_in_room_with_profiles()` call.