-
Notifications
You must be signed in to change notification settings - Fork 32
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
Stop DiscordBee from sending a presence update if not connected to Discord #84
Conversation
Squash the commits pls |
How do I do that? I could merge this branch into the fork's master and squash the commits this way...? |
just do an interactive rebase and fixup/squash the commits into one |
That just added the commits on top of the old ones... |
What git tool are you using? for commandline it would be something like For tortoisegit you would select rebase and in the window top right select upstream/master and tick the force checkbox, then the commits will be listed and you can pick/squash. Anyway I guess i can do it myself. |
I use Git Extensions and GitLab. Usually I do these things directly on GitLab but GitHub seems to lack most of the functionalities.
That would be great. 😄 |
886019d
to
49ebd28
Compare
49ebd28
to
64ede94
Compare
Well unfortunately these online tools mostly miss those "advanced" git usecases.
Done |
Fixes #81 (Rich Presence ghosting in Discord) by tracking the connection state to Discord in DiscordBee and preventing it from sending presence updates while Discord is not running.