forked from administration/panel
fix: put attention.png in public directory
parent
20b889aca9
commit
d02d88c073
|
@ -27,7 +27,7 @@ if (!process.env.NTFY_TOPIC) {
|
||||||
await ntfy.publish({
|
await ntfy.publish({
|
||||||
title: `Report created (${event.content.type}, ${event.content.report_reason})`,
|
title: `Report created (${event.content.type}, ${event.content.report_reason})`,
|
||||||
message: event.additional_context || "No reason provided",
|
message: event.additional_context || "No reason provided",
|
||||||
iconURL: 'https://futacockinside.me/files/attention.png',
|
iconURL: 'https://admin.revolt.chat/attention.png',
|
||||||
actions: [
|
actions: [
|
||||||
{
|
{
|
||||||
label: 'View report',
|
label: 'View report',
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 100 KiB |
Loading…
Reference in New Issue