From a7ed6b6b13f89695f80ac2536c6d8aed31c2197d Mon Sep 17 00:00:00 2001 From: Oskar Hahn Date: Fri, 17 Jan 2025 18:29:19 +0100 Subject: [PATCH] Make it simpler --- models.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/models.yml b/models.yml index a4c87ba5..f25d3b57 100644 --- a/models.yml +++ b/models.yml @@ -3224,10 +3224,10 @@ poll: entitled_users_at_stop: type: JSON restriction_mode: A - vote_count: - type: number + has_voted_user_ids: + type: number[] calculated: true - description: get it from vote-service, anyway not handled by backend + description: user_ids of the users, that have voted, while a poll is running. restriction_mode: C sequential_number: type: number