mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 09:56:31 +00:00
chore: add team group check
This commit is contained in:
@@ -264,6 +264,10 @@
|
||||
|
||||
;;; user groups
|
||||
|
||||
(defn team-member?
|
||||
[]
|
||||
(contains? (state/user-groups) "team"))
|
||||
|
||||
(defn alpha-user?
|
||||
[]
|
||||
(or config/dev?
|
||||
|
||||
Reference in New Issue
Block a user