From 36af768c131f6c253d4844a9780300525876fd8c Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Thu, 7 Apr 2022 15:18:02 +0100 Subject: Fix fetching public rooms over federation (#12410) Broke by #12364 --- changelog.d/12410.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/12410.bugfix (limited to 'changelog.d/12410.bugfix') diff --git a/changelog.d/12410.bugfix b/changelog.d/12410.bugfix new file mode 100644 index 0000000000..d042425d20 --- /dev/null +++ b/changelog.d/12410.bugfix @@ -0,0 +1 @@ +Fix a spec compliance issue where requests to the `/publicRooms` federation API would specify `limit` as a string. \ No newline at end of file -- cgit 1.5.1