Skip to content

Commit

Permalink
Remove icon from ParsedSummary
Browse files Browse the repository at this point in the history
  • Loading branch information
FlaminSarge committed Nov 2, 2024
1 parent d23d502 commit 363447c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions src/ts/chat-parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ const parseChatSummary = (renderer: Ytc.AddChatItem, isEphemeral: boolean, banne
subheader: subheader,
message: splitRuns[2],
},
icon: baseRenderer.icon && {
iconType: baseRenderer.icon?.iconType.toLowerCase(),
},
id: baseRenderer.liveChatSummaryId,
showtime: isEphemeral ? (bannerTimeoutMs / 1000) : 0,
};
Expand Down
4 changes: 0 additions & 4 deletions src/ts/typings/ytc.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,10 +388,6 @@ declare namespace Ytc {
message: ParsedRun[];
};
id: string;
icon?: {
/** Unlocalized string */
iconType: string;
};
showtime: number;
}

Expand Down

0 comments on commit 363447c

Please sign in to comment.