We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2024.7.0のbetaで通報をwebhookで見れるようになったが、新規ユーザー登録も同様に監視したいことがある(特に登録の頻度が多くないサーバーでは)
怪しい新規ユーザー作成を監視していち早く対応したい
The text was updated successfully, but these errors were encountered:
運用しているのは小規模サーバーですが、例のスパム騒動以降は新規登録をいち早く確認したいためGoogle Apps Scriptで定期的に監視してました。 MisskeyそのものからWebhook発火できるならぜひほしいです!
Sorry, something went wrong.
やるか…
prにも記載していますが、このようなペイロードで送信されます。 (MisskeyHubのメンテは追々…)
{ "server": "http://misskey.local", "hookId": "9wahlb3v36ut0004", "eventId": "8ed2ff19-24ec-482c-9ecf-cff4ae512ca1", "createdAt": 1722253521128, "type": "userCreated", "body": { "id": "9wahlb6h36ut0006", "name": null, "username": "alice", "host": null, "avatarUrl": "http://misskey.local/identicon/[email protected]", "avatarBlurhash": null, "avatarDecorations": [], "isBot": false, "isCat": false, "emojis": {}, "onlineStatus": "unknown", "badgeRoles": [] } }
samunohito
Successfully merging a pull request may close this issue.
Summary
2024.7.0のbetaで通報をwebhookで見れるようになったが、新規ユーザー登録も同様に監視したいことがある(特に登録の頻度が多くないサーバーでは)
Purpose
怪しい新規ユーザー作成を監視していち早く対応したい
Do you want to implement this feature yourself?
The text was updated successfully, but these errors were encountered: