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) "!")