mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-26 15:17:30 +00:00
[Fix] Column "groups" contains null-values (#622)
This commit is contained in:
@@ -41,6 +41,6 @@ export class Emoji extends BaseClass {
|
||||
@Column({ type: "simple-array" })
|
||||
roles: string[]; // roles this emoji is whitelisted to (new discord feature?)
|
||||
|
||||
@Column({ type: "simple-array" })
|
||||
@Column({ type: "simple-array", nullable: true })
|
||||
groups: string[]; // user groups this emoji is whitelisted to (Fosscord extension)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user