mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-08 11:50:06 +09:00
refactor: more common name
This commit is contained in:
@ -159,7 +159,7 @@ export class UserRepository extends Repository<User> {
|
||||
if (user.avatarUrl) {
|
||||
return user.avatarUrl;
|
||||
} else {
|
||||
return `${config.url}/random-avatar/${user.id}`;
|
||||
return `${config.url}/identicon/${user.id}`;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user