mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
Add rtc test group
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
[cljs-time.coerce :as tc]
|
||||
[cljs-time.core :as t]
|
||||
[cljs.core.async :as async :refer [<! go]]
|
||||
[clojure.set :as set]
|
||||
[clojure.string :as string]
|
||||
[frontend.common.missionary :as c.m]
|
||||
[frontend.config :as config]
|
||||
@@ -281,9 +282,9 @@
|
||||
|
||||
;;; user groups
|
||||
|
||||
(defn team-member?
|
||||
(defn rtc-group?
|
||||
[]
|
||||
(contains? (state/user-groups) "team"))
|
||||
(set/intersection (state/user-groups) #{"team" "rtc_2025_07_10"}))
|
||||
|
||||
(defn alpha-user?
|
||||
[]
|
||||
|
||||
Reference in New Issue
Block a user