chore: change some misskey references to sharkey
This commit is contained in:
parent
715dea9414
commit
5c7f517895
3 changed files with 3 additions and 3 deletions
|
|
@ -59,7 +59,7 @@ export class FeedService {
|
|||
id: author.link,
|
||||
title: `${author.name} (@${user.username}@${this.config.host})`,
|
||||
updated: this.idService.parse(notes[0].id).date,
|
||||
generator: 'Misskey',
|
||||
generator: 'Sharkey',
|
||||
description: `${user.notesCount} Notes, ${profile.ffVisibility === 'public' ? user.followingCount : '?'} Following, ${profile.ffVisibility === 'public' ? user.followersCount : '?'} Followers${profile.description ? ` · ${profile.description}` : ''}`,
|
||||
link: author.link,
|
||||
image: user.avatarUrl ?? this.userEntityService.getIdenticonUrl(user),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue