1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-26 16:04:24 +02:00

feat: 指定したユーザーの投稿通知

Resolve #11499
This commit is contained in:
syuilo
2023-09-21 18:48:15 +09:00
parent f195fa4ab9
commit e3f151e230
25 changed files with 238 additions and 31 deletions

View File

@@ -120,6 +120,7 @@ export function userDetailed(id = 'someuserid', username = 'miskist', host = 'mi
updatedAt: null,
uri: null,
url: null,
notify: 'none',
};
}