mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-04 15:53:51 +09:00
* Add an option for timeline replies. Credit to Emilis (puffaboo) * update db on request
This commit is contained in:
@ -225,6 +225,12 @@ export class User {
|
||||
})
|
||||
public followersUri: string | null;
|
||||
|
||||
@Column('boolean', {
|
||||
default: false,
|
||||
comment: 'Whether to show users replying to other users in the timeline'
|
||||
})
|
||||
public showTimelineReplies: boolean;
|
||||
|
||||
@Index({ unique: true })
|
||||
@Column('char', {
|
||||
length: 16, nullable: true, unique: true,
|
||||
|
Reference in New Issue
Block a user