chore: remove sender name in notification
This commit is contained in:
parent
1a39f00aef
commit
f309000a0c
@ -83,7 +83,7 @@ export async function sendFeedEventsNotify(
|
||||
events.map((event) =>
|
||||
compact([
|
||||
token.text(
|
||||
`[${event.source}:${event.eventName}] ${event.senderName ?? ''}: ${event.eventContent}`
|
||||
`[${event.source}:${event.eventName}] ${event.eventContent}`
|
||||
),
|
||||
event.url && token.url(event.url, '[→]'),
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user