enhance(backend): RedisへのTLのキャッシュをオフにできるように
This commit is contained in:
@@ -489,6 +489,11 @@ export class MiMeta {
|
||||
})
|
||||
public preservedUsernames: string[];
|
||||
|
||||
@Column('boolean', {
|
||||
default: true,
|
||||
})
|
||||
public enableFanoutTimeline: boolean;
|
||||
|
||||
@Column('integer', {
|
||||
default: 300,
|
||||
})
|
||||
|
Reference in New Issue
Block a user