Hacker News new | ask | show | jobs
by ehsankia 2845 days ago
If a guild is completely muted (including @everyone), and I don't open it, do you have a rough estimate of how much resources it uses? In theory, it should be zero, but in practice, does is the server sending me updates about messages even if I'm muted?
1 comments

It depends on the activity of the server. But generally, you're only receiving message create events and updates to the server. But you aren't receiving things like member list updates, presence or typing events from the server until you focus it initially.

Additionally, we unsubscribe you from these events if you unfocus the server for a given amount of time.