-
Notifications
You must be signed in to change notification settings - Fork 1
Description
The modal will open for disabled or suspended users, as well as users who must accept new terms in FoF Terms.
But if those users try to change their follow preference for any tag, they will get a permission error.
The permissions are controlled by the FoF Follow Tags extension, so there's nothing we can change on that front.
However we could either not open the modal when this situation arises, or we could open the modal but tell the user there are no tags they can subscribe to at the moment.
I'm not sure the required permission values are exposed to the frontend. I'm also not sure whether it's always all of the tags that can be unfollowable, or only some of them. If it's the later, it could make sense to hide/disable only tags that currently can't be followed in the modal instead of hiding everything.