We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c08f05 + b99119d commit dcc7f48Copy full SHA for dcc7f48
src/entities/monolog/lib/use-monolog/normalize-monolog.ts
@@ -8,7 +8,7 @@ export const normalizeMonolog = (event: ServerEvent<Monolog>): NormalizedEvent<M
8
return {
9
id: event.uuid,
10
type: EVENT_TYPES.MONOLOG,
11
- labels: [EVENT_TYPES.MONOLOG],
+ labels: [EVENT_TYPES.MONOLOG, event.payload.channel],
12
origin,
13
serverName: "",
14
date: event.timestamp ? new Date(event.timestamp * 1000) : null,
0 commit comments