-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Username shows in push notification even when disabled (2.4.1) #17210
Comments
Also reported here: #17135. This is a security issue and should indeed fixed soon. |
Whoops. I think I didn't find it because it doesn't mention the setting name. Thanks! |
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. |
notifications have received a few rewrites by now and it should be fixed.. please test with latest version 3.3.0. thx |
Confirmed, this appears to be fixed in 3.1.1 (at least). Thanks. |
thanks @JoshMcCullough .. I'll close the issue then. 👍 |
Description:
We've toggled off the options
Push_show_username_room
andPush_show_message
in admin. Push notifications correctly do not show the message, but they still show the sender's username. I've looked through the source, and see this line here which looks correct, but indeed -- for some reason it is not working. I also restarted the server, just in case, after toggling these options off.Here is the setting in the DB:
Note that
value
isfalse
-- again, seems correct.Steps to reproduce:
Expected behavior:
Sender's username should not appear in the notification.
Actual behavior:
Sender's username does appear in the notification.
Server Setup Information:
Client Setup Information
The text was updated successfully, but these errors were encountered: