You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So when using the ssh -R 80:localhost:8000 [email protected] tunnel with grunt dev to test on mobile, I opened up a DM with myself from Desktop to Mobile, and any time I sent a DM to the phone while I had the phone open and showing the DM page, I would get a notification and the phone would buzz:
Solution
We already have code not to make a sound when the DM is active. We should likewise not post a notification in this instance.
The text was updated successfully, but these errors were encountered:
Problem
So when using the
ssh -R 80:localhost:8000 [email protected]
tunnel withgrunt dev
to test on mobile, I opened up a DM with myself from Desktop to Mobile, and any time I sent a DM to the phone while I had the phone open and showing the DM page, I would get a notification and the phone would buzz:Solution
We already have code not to make a sound when the DM is active. We should likewise not post a notification in this instance.
The text was updated successfully, but these errors were encountered: