-
Notifications
You must be signed in to change notification settings - Fork 29
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
Differentiate blocked users #35
Comments
Thank you for your suggestions, I'll probably go with option number two. Just need to find someone to block. 😄 |
It's been a while since this report but I finally looked at this and I'm not able to reproduce this behaviour. There are 4 people who I permanently blocked, they do not appear in my Punk friends list. I have also tried blocking my friend, his name instantly disappeared from Punk friends list. After unblocking him via steamcommunity.com, his name instantly reappears in my friends list. Can you provide steps to reproduce this behaviour? |
In looking into this, these were the following steps I took and the observations I made from them.
Note: To ensure my observations weren't effected in anyway by #36, I made sure neither clients were running simultaneously. I also newly cloned and built Punk before I went ahead with the above. Now beyond this, I discovered that people that I had blocked but which were not still my friends appeared in Punk at the bottom of the friends list as offline. Whereas in the Steam client these people didn't appear in my friends list at all, and were only accessible through the Steam website under |
Thank you for a very thorough description, I will look into it this week. 👍 |
Ok, so I have been digging into this issue and I managed to reproduce all 3 cases you described. Handling of blocked users is broken right now and I'll need to do some adjustments to Relevant bits from SteamKit: |
Should be fixed in e6c4bff @ master. Next release will contain this fix. |
Issue description
Currently blocked users are indistinguishable from other offline friends.
Suggestions
Potential ways I think this could be dealt with are:
Altering their status to "Blocked" with the text colored red (similar to how they appear on the steam web interface, as seen here).
Hiding them from the friends list all together (this is how the Steam client manages it).
The text was updated successfully, but these errors were encountered: