Hi, I just set up rocketchat server. I had also migrated to wiredtiger and mongodb 5.0. I’m testing whether I receive push notifications ok (didn’t test before). I changed some accounts-> default user preferences and they look like this:
I created a 2nd account. 1st account doesn’t have web app open, only signed in on mobile ios app. I send dm from 2nd account to 1st account. I receive push notification nearly immediately, without delay. But if using 2nd account I tag 1st account in a channel, there is a 30 second delay before I receive a push notification on mobile.
How do I remove this delay? I already made push notifications to be sent only if there is a mention of user, not when any message appears, so in my case it makes sense to have 0 delay. I tested a number of times and the delay seems to be about 30 seconds all the time, so I guess it’s a constant.
this says “Email notification delay can now be customized with the following environment variables”
is this variable only for email notifications or push notifications too? Because I had disabled email notifications in account default settings. @dudanogueira