1
0

feat: thread mute (#7930)

* feat: thread mute

* chore: fix comment

* fix test

* fix

* refactor
This commit is contained in:
syuilo
2021-10-31 15:30:22 +09:00
committed by GitHub
parent f47a564819
commit fc65190ef7
18 changed files with 375 additions and 14 deletions
+6
View File
@@ -47,6 +47,12 @@ export class Note {
@JoinColumn()
public renote: Note | null;
@Index()
@Column('varchar', {
length: 256, nullable: true
})
public threadId: string | null;
@Column('varchar', {
length: 8192, nullable: true
})