refactor: various typo fixes (#2735)
This commit is contained in:
parent
611d556936
commit
d807e06fa0
10 changed files with 14 additions and 14 deletions
|
@ -78,7 +78,7 @@ export function createNotificationOptions(
|
|||
notificationOptions.timestamp = new Date(notification.created_at).getTime()
|
||||
}
|
||||
|
||||
/* TODO: add spolier when actions available, checking also notification type
|
||||
/* TODO: add spoiler when actions available, checking also notification type
|
||||
if (notification.status && (notification.status.spoilerText || notification.status.sensitive)) {
|
||||
if (notification.status.spoilerText)
|
||||
notificationOptions.body = notification.status.spoilerText
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue