From 7e8782f47f6c706f4be5c9b00f326371895d82f4 Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Thu, 7 Aug 2025 15:16:32 +0100 Subject: [PATCH] Set type of `user_id` on `is_server_admin` to str (#18786) --- changelog.d/18786.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/18786.bugfix diff --git a/changelog.d/18786.bugfix b/changelog.d/18786.bugfix new file mode 100644 index 000000000..8dee972e1 --- /dev/null +++ b/changelog.d/18786.bugfix @@ -0,0 +1 @@ +Fix invalidation of storage cache that was broken in 1.135.0. \ No newline at end of file