feat: チャンネルに色を設定できるように
This commit is contained in:
parent
0cbdbf24f1
commit
d535ec21a2
11 changed files with 61 additions and 1 deletions
|
@ -74,6 +74,7 @@ export class ChannelEntityService {
|
|||
userId: channel.userId,
|
||||
bannerUrl: banner ? this.driveFileEntityService.getPublicUrl(banner) : null,
|
||||
pinnedNoteIds: channel.pinnedNoteIds,
|
||||
color: channel.color,
|
||||
usersCount: channel.usersCount,
|
||||
notesCount: channel.notesCount,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue