mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 08:04:40 +00:00
enhance: automatically enable whiteboards for alpha or beta users
This commit is contained in:
@@ -186,7 +186,8 @@
|
||||
|
||||
(defn beta-user?
|
||||
[]
|
||||
(contains? (state/user-groups) "beta-tester"))
|
||||
(or config/dev?
|
||||
(contains? (state/user-groups) "beta-tester")))
|
||||
|
||||
(defn alpha-or-beta-user?
|
||||
[]
|
||||
|
||||
Reference in New Issue
Block a user