enhance(backend): use ❤️ for reaction fallback

This commit is contained in:
syuilo
2023-03-24 18:55:31 +09:00
parent 4edc7d8956
commit 09a846a45c
7 changed files with 16 additions and 20 deletions

View File

@@ -42,11 +42,6 @@ export class Meta {
})
public disableRegistration: boolean;
@Column('boolean', {
default: false,
})
public useStarForReactionFallback: boolean;
@Column('varchar', {
length: 1024, array: true, default: '{}',
})