From 4958da63e585a74ee09fec4ca433a5d03446dcd0 Mon Sep 17 00:00:00 2001 From: Pablo Alba Date: Thu, 12 Dec 2024 11:45:58 +0100 Subject: [PATCH] :bug: Fix a new user shouldn't see the "What's new" popup --- backend/src/app/rpc/commands/auth.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/src/app/rpc/commands/auth.clj b/backend/src/app/rpc/commands/auth.clj index 062436dbe..cf9db7762 100644 --- a/backend/src/app/rpc/commands/auth.clj +++ b/backend/src/app/rpc/commands/auth.clj @@ -273,7 +273,8 @@ (merge {:viewed-tutorial? false :viewed-walkthrough? false :nudge {:big 10 :small 1} - :v2-info-shown true}) + :v2-info-shown true + :release-notes-viewed (:main cf/version)}) (db/tjson)) password (or (:password params) "!")