enhance(frontend): チャンネルノートのピン留めをノートメニューからできるように (#12887)

* enhance(frontend): チャンネルノートのピン留めをノートメニューからできるように

* Update Changelog
This commit is contained in:
かっこかり 2024-01-03 13:35:40 +09:00 committed by GitHub
parent 58469c0a69
commit a9127e3ecd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 61 additions and 15 deletions

View file

@ -351,6 +351,7 @@ export class NoteEntityService implements OnModuleInit {
color: channel.color,
isSensitive: channel.isSensitive,
allowRenoteToExternal: channel.allowRenoteToExternal,
userId: channel.userId,
} : undefined,
mentions: note.mentions.length > 0 ? note.mentions : undefined,
uri: note.uri ?? undefined,