* Add an option for timeline replies. Credit to Emilis (puffaboo) * update db on request
This commit is contained in:
parent
c0ef868ad2
commit
3ff89fa7ec
12 changed files with 39 additions and 7 deletions
|
@ -164,6 +164,7 @@ export async function createPerson(uri: string, resolver?: Resolver): Promise<Us
|
|||
tags,
|
||||
isBot,
|
||||
isCat: (person as any).isCat === true,
|
||||
showTimelineReplies: false,
|
||||
})) as IRemoteUser;
|
||||
|
||||
await transactionalEntityManager.save(new UserProfile({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue