So I remember seeing this on our instance when it first came out, but now… I don’t seem to get any notifications for messages that go into the Moderators Inbox (other mods are reporting that they are not receiving these notifications anymore either)
What I used to see:
Now, I’ll have a message in there marked as New, but I have no notification of the message.
Is anyone else experiencing this?
My tracking state is “Watching” on the Moderator inbox. So I should be getting notifications.
Could the message be affected by another moderator moving resolved messages to Archive? I don’t think this is the case, because I seem to recall another mod complaining previously about the mismatch in numbers between what the notification said and the actual number when I did this. And I almost never empty the box altogether.
I do get the “X messages” in my notifications, but I’m not sure it appears every time there’s a message. Also, Moderator messages no longer show the green indicator, and it can be very easy to miss one or more, especially when things are busy.
The one I was referencing was still marked New and in the Moderator inbox. It wasn’t archived yet, but with that said, I haven’t a clue as to when these notifications are meant to appear and how they choose to appear.
I have also had that experience, including one today for a member blocked by System. (I didn’t find the message until after I’d stumbled upon the member by another route and freed them.)
I don’t get the # messages in your moderators messages regardless of where they are. I get the individual messages (which can get very cumbersome quickly)
I’ve noticed the issue and figured it was when a message had been archived.
eg.
SpamGuy1 posts, gets Flagged, Mod Message created
ModGal1 deals with it, and considering it handled, archives the message.
ModGuy1 logs in, no Notification.
- but - if ModGuy1 reads a message, the unread (by him) archived message will show in the Suggested Messages
Except that applies to the specific message, which was still in the Inbox marked new. So it hadn’t been archived yet and I had zero notifications on that message. So without going to the Moderator inbox, I would have never known about it.
Not based on my sandbox. Both moderators and staff are set to “Nobody”, but when testuser1 flagged two individuals, it produced
Also on the sandbox, the notification remains visible when viewing older notifications
My old notifications do not have an entry like that anywhere for pages on end…
My sandbox is also running the same plugins (and more) of what we’re using on our Discoruse instance. So I’m fairly confident, none of those are impacting this.
Visit Moderator Inbox, make sure it is marked as Tracking
User posts a topic/reply, gets Flagged as Something Else
Moderators get a Group Notification (shown above)
Moderator A marks the Moderator Inbox as Watching
User posts a topic/reply, gets Flagged as Something Else
Moderator A gets a notification of the specific topic, no group Notification
So why is it possibily a bug? The descriptions for Watching and Tracking both include “and a count of new replies will be shown”, Tracking seems to do this (assuming the group message is that count), watching does not.
ping @davemaxwell, is your moderator inbox tracking state set to Watching? Try switching it to Tracking.
Bug Part 2:
Even when set to Watching, I do not get any notifications on when the system blocks a user automatically (not sure about when it is set to Tracking yet).
I have a feeling we may be looking at different things, settings might be involved, and I may not have been as painstaking about logging out, clearing cookies and clearing history as I thought I was.
SELECT
CASE
WHEN notification_type = 16 THEN 'group message summary'
WHEN notification_type = 6 THEN 'private message'
ELSE 'something else'
END
, user_id
, data
, topic_id AS t_id
, topic_id
, post_number
FROM notifications
WHERE notification_type NOT IN(1,2,3,4,5,8,9,10,11,12,15)
ORDER BY id DESC
private message Mittineague {"topic_title":"A post in \"Staff messages and Notifications testing\" requires staff attention","original_post_id":3105,"original_post_type":1,"original_username":"Will","display_username":"Will"} 1912 A post in “Staff messages and Notifications testing” requires staff attention (2) 1
group message summary Mittineague {"group_id":2,"group_name":"moderators","inbox_count":2,"username":"mittineague"} NULL NULL NULL
EDIT
Confirmed it’s the Mod Inbox Track / Watch setting
Whether or not the corresponding Flag has been Deferred.
Regardless of the poster or flagger
When the Inbox is set to Track I get Group Message Notification
When the Inbox is set to Watch I get a message Notification from the flagger
Both appear in the Mod inbox
But the Group notification link goes to the Inbox
The message notification link goes to the message
Correction: the message is from Flag. The membername shows only if the Flag has not been handled eg. a “thanks for letting us know”
My Moderator inbox was/is set to “tracking” (which is presumably the default, as I didn’t realise I could change it until yesterday).
From what I observed yesterday, a new flag did not produce a green “message” notification; only a “X messages in inbox” type notification.
A reply to an existing flag message by another mod produced a green notification (no “X messages” notification).
A reply to an existing flag message by the non-mod member who created the flag did not produce a green notification, only an “X messages” notification.
The inconsistencies here are very confusing, and IMHO constitute a .