mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-06-26 06:18:04 +02:00
Desktop notifications
This commit is contained in:
parent
530f55c234
commit
aa79fe2861
5 changed files with 101 additions and 42 deletions
server/static/js
|
@ -288,7 +288,7 @@ const formatTitle = (m) => {
|
|||
if (m.title) {
|
||||
return formatTitleA(m);
|
||||
} else {
|
||||
return `${location.host}/${m.topic}`;
|
||||
return `${location.host}/${m.topic}`; // FIXME
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue