1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-21 21:35:28 +02:00
This commit is contained in:
syuilo
2026-01-29 13:50:37 +09:00
parent f3d26722bb
commit 9dc4762fe0
8 changed files with 73 additions and 1 deletions

View File

@@ -722,6 +722,11 @@ export class MiMeta {
})
public showRoleBadgesOfRemoteUsers: boolean;
@Column('boolean', {
default: false,
})
public enableSpReaction: boolean;
@Column('jsonb', {
default: { },
})