mirror of
https://github.com/thedrewen/protojx-manager.git
synced 2026-03-21 09:48:56 +01:00
feat(follow): add host option for notifications and update follow entity
This commit is contained in:
@@ -8,6 +8,9 @@ export class Follow {
|
||||
@Column()
|
||||
user_discord: string;
|
||||
|
||||
@Column()
|
||||
host: string;
|
||||
|
||||
@Column({default: false})
|
||||
enable: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user