fix: improve plugins functionality with server management
This commit is contained in:
@@ -12,6 +12,9 @@ export class MessageEntity {
|
||||
@Column('text')
|
||||
roomId!: string;
|
||||
|
||||
@Column('text', { nullable: true })
|
||||
ownerUserId!: string | null;
|
||||
|
||||
@Column('text', { nullable: true })
|
||||
channelId!: string | null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user