1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-06 02:26:04 +02:00

fix tuype

This commit is contained in:
syuilo
2025-11-07 13:02:46 +09:00
parent ad4751918b
commit edbe30a3df
4 changed files with 9 additions and 0 deletions

View File

@@ -111,6 +111,7 @@ export class ChannelEntityService {
description: channel.description,
userId: channel.userId,
bannerUrl: bannerFile ? this.driveFileEntityService.getPublicUrl(bannerFile) : null,
bannerId: channel.bannerId,
pinnedNoteIds: channel.pinnedNoteIds,
color: channel.color,
isArchived: channel.isArchived,