mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-16 20:15:28 +02:00
* Add an option for timeline replies. Credit to Emilis (puffaboo) * update db on request
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user