1
0

merge: upstream

This commit is contained in:
Mar0xy
2023-11-05 11:19:03 +01:00
20 changed files with 125 additions and 16 deletions
@@ -66,6 +66,12 @@ export class MiAnnouncement {
})
public forExistingUsers: boolean;
@Index()
@Column('boolean', {
default: false,
})
public silence: boolean;
@Index()
@Column({
...id(),