forked from cadence/out-of-your-element
Add private/linkable/public privacy rules
This commit is contained in:
parent
1620aae27c
commit
613a1dc086
6 changed files with 76 additions and 36 deletions
1
db/orm-defs.d.ts
vendored
1
db/orm-defs.d.ts
vendored
|
@ -25,6 +25,7 @@ export type Models = {
|
|||
guild_space: {
|
||||
guild_id: string
|
||||
space_id: string
|
||||
privacy_level: number
|
||||
}
|
||||
|
||||
lottie: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue