From d82c7c24c4f506ada50068e509aa568b6f999c74 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Thu, 15 Feb 2024 19:35:47 +1300 Subject: [PATCH] Fix allowed query attributes --- src/Appwrite/Utopia/Database/Validator/Queries/Topics.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Appwrite/Utopia/Database/Validator/Queries/Topics.php b/src/Appwrite/Utopia/Database/Validator/Queries/Topics.php index 27c818d31..b73d93470 100644 --- a/src/Appwrite/Utopia/Database/Validator/Queries/Topics.php +++ b/src/Appwrite/Utopia/Database/Validator/Queries/Topics.php @@ -7,7 +7,9 @@ class Topics extends Base public const ALLOWED_ATTRIBUTES = [ 'name', 'description', - 'total' + 'emailTotal', + 'smsTotal', + 'pushTotal', ]; /**