refactor: improve whitelabel config
This commit is contained in:
@ -272,7 +272,6 @@ function makeNotification(n: PushNotification) {
|
||||
const ret = {
|
||||
body: body(),
|
||||
icon: evx.author.avatar ?? defaultAvatar(evx.author.pubkey),
|
||||
badge: `${location.protocol}//${location.hostname}${CONFIG.appleTouchIconUrl}`,
|
||||
timestamp: evx.created_at * 1000,
|
||||
tag: evx.id,
|
||||
data: JSON.stringify(n),
|
||||
|
Reference in New Issue
Block a user