If your account is private, and somebody sends you a follow request, there is no notification for this happening in the notifications tab. Having emails turned on for follow requests works fine, but it's strange for follow requests to not give a notification in Mastodon, especially when follows on a non-private account do.
This has been a deliberate choice, at the time welcomed by users. The idea is that if your account is locked, you don't want to be bothered, and having follow requests in a place where you can look when you want it, rather than being demanded to look at it, is better.
If there is a significant movement for changing this, it would be simple enough to do, since currently follow requests are deliberately filtered out of the notifications column.
maybe make this opt-in? So follow requests are by default filtered out (client-side, using the existing notif filter stuff) but can be enabled?
I'm not entirely sold on the idea that this is the best default though, so maybe it should just be opt-out.
How about a little number next to "Follow Requests" in the Getting Started menu? The same colour as the rest of the text, just a little number in brackets - so you only see it when your fourth column is empty, and it's fairly discreet but you can see it without having to click anything?
Edit May 2018: This has now been added!
it should deffo be opt-out imo and it really needs to exist yeah
I completely missed that follow requests were filtered out from notifications. I considered this surprising behaviour, since everything else appears to show a notification, including regular follows, and smaller actions such as favouriting toots, as well as there being toggles to filter each of these things out. I also find it inconvenient as I have to check it manually every so often, whereas every other notification I get live in the pinned notifications column.
I find most of Mastodon UI intuitive, but this is one of a few things that I only stumbled on by chance and never would have guessed.
Yeah that's a good point - if users want to be able to not see follow requests it can be a notification, and then in the notifications toggle menu people should be able to toggle them off.
For any instance admins looking at this and needing a solution for their users, I have a fix (commit) that you should be able to cherry-pick into into v2.4.3
. The solution I came up with is not a full solution as it doesn't put the follow requests into the notifications stream, but it does at least surface the total number of follow requests in a more noticeable place (right under the TOOT button).
https://github.com/friendcamp/mastodon/commit/11987c9255da1f982bcf4eb17d4fe4ee2c99c18a
_Uh don't do this if you're not comfortable with like, resolving potential merge conflicts on upgrade to 2.4.5 or whatever the next release is._
cd ~/live
git checkout whatever-branch-you-normally-run-mastodon-from
git remote add friendcamp https://github.com/friendcamp/mastodon.git
git branch friendcamp
git checkout friendcamp
git pull friendcamp friendcamp-2.4.3
git checkout whatever-branch-you-normally-run-mastodon-from
git cherry-pick 11987c9255da1f982bcf4eb17d4fe4ee2c99c18a
Then just recompile your assets with RAILS_ENV=production bundle exec rails assets:precompile
and restart your mastodon services.
If you want to undo this change, git reset --hard HEAD^
will do the trick assuming you haven't made any other changes since the cherry-pick
command.
Here's a preview image (ignore the bad pluralization, that is fixed in the commit now).
hmm. since this ticket was opened, we've implemented a callout on the menu
item and also (I think) an "unread" indicator on the tab bar of the getting
started menu.
On Wed, Aug 15, 2018, 9:10 PM Darius Kazemi notifications@github.com
wrote:
For any instance admins looking at this and needing a solution for their
users, I have a fix (commit
https://github.com/friendcamp/mastodon/commit/11987c9255da1f982bcf4eb17d4fe4ee2c99c18a)
that you should be able to cherry-pick into into v2.4.3. The solution I
came up with is not a full solution as it doesn't put the follow requests
into the notifications stream, but it does at least surface the total
number of follow requests in a more noticeable place (right under the TOOT
button).friendcamp@11987c9
https://github.com/friendcamp/mastodon/commit/11987c9255da1f982bcf4eb17d4fe4ee2c99c18aHere's a preview image (ignore the bad pluralization, that is fixed in the
commit now).[image: image]
https://user-images.githubusercontent.com/266454/44181375-56780b80-a0b6-11e8-9257-14b4c073acd6.png—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/tootsuite/mastodon/issues/455#issuecomment-413389602,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAORV2jcWBW7JBCzH1gjU_rLjk--E53cks5uRMZvgaJpZM4Lf6w9
.
In v2.4.3 the only indication available is inside the body of the Follow Requests item in the Getting Started menu, nothing on tab bar itself. So on mobile you need to manually hit the hamburger icon and then you can see if you have any requests or not. That's what my users wanted changed.
Hello @Gargron ! Did you change your mind about the idea of having a notification for follow requests ? As @nightpool suggested almost two years ago, we could just have an option for those who doen't want to be bothered by these requests.
Thanks !
I want this type of notification because I opened FTL on "getting started" column every time to reduce space wasting
Any news on this? It's quite annoying to not get a notification when there's a new follower request. I have to put a note in my bio asking folks to DM me, and I'll often miss requests from people changing instances, etc.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I think not a few users take it for granted that the "notifications" notify everything that others did for their accounts.
Via web UI or preference pages, who can know that follow requests cannot be seen in the notifications?
The follow request notification should be provided as an option.
And also it should be opt-out, enabled by default, if possible.
Or, at least, the account lock option should have an additional description saying that we can only recognize follow requests by e-main option or in the getting-started column.
Implemented in #12198
Most helpful comment
maybe make this opt-in? So follow requests are by default filtered out (client-side, using the existing notif filter stuff) but can be enabled?