Skip to content

Add support for admin.sign_up notifications

This MR adds support for the admin.sign_up notification type.

I hope it's fine to just have added this to the FollowDelegate component -- in the Mastodon web view it looks the same way as a new follow as well.

before after
screenshot of the old behaviour displaying the notification as "<user> replied to your post" in a broken way screenshot of the new behaviour displaying it similar to a new follow notification, but it reads "<user> signed up"

There is also a different notification type I'd like to implement, admin.report, but I think that one will be more involved so I'd rather create a separate MR on top of this one. That notification has an extra field "report" containing a "target_account" -- it would be cool to directly navigate to the report when clicking on that notification.

Merge request reports