chore: generate
This commit is contained in:
parent
2039c90c06
commit
d4ad650f73
4 changed files with 16 additions and 20 deletions
|
|
@ -356,10 +356,8 @@ function createServerNotificationState(input: {
|
|||
|
||||
const href = `/${base64Encode(directory)}/session/${sessionID}`
|
||||
if (settings.notifications.agent()) {
|
||||
void platform.notify(
|
||||
language.t("notification.session.responseReady.title"),
|
||||
session.title ?? sessionID,
|
||||
() => input.navigate(href),
|
||||
void platform.notify(language.t("notification.session.responseReady.title"), session.title ?? sessionID, () =>
|
||||
input.navigate(href),
|
||||
)
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue