0
0
Fork 0

style: some strings

This commit is contained in:
아르페 2023-12-16 04:32:12 +09:00
parent 50df8a2e6d
commit d0a95f4eac
No known key found for this signature in database
GPG key ID: B1EFBBF5C93FF78F
6 changed files with 47 additions and 49 deletions

View file

@ -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);