style: some strings
This commit is contained in:
parent
50df8a2e6d
commit
d0a95f4eac
6 changed files with 47 additions and 49 deletions
|
@ -51,8 +51,8 @@ export const sendNoteAlert = async (text: string, user: User) => {
|
|||
*/
|
||||
export const sendNotificationAlert = async (text: string, user: User) => {
|
||||
const res = await api(user.host, 'notifications/create', {
|
||||
header: 'Misskey Tools',
|
||||
icon: 'https://i.imgur.com/B991yTl.png',
|
||||
header: 'Misskey Tools on phater.live',
|
||||
icon: 'https://on.phater.live/logo.png',
|
||||
body: text,
|
||||
}, user.token);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue