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 |
---|---|
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.