-
-
Notifications
You must be signed in to change notification settings - Fork 455
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
Remove restriction on Go To Message on system messages from search #4614
Remove restriction on Go To Message on system messages from search #4614
Conversation
Seems fine 👍 I did notice that a channel has to be "loaded" first so if you were to global search & jump-to a system-message for a channel you haven't yet interacted with, it will load the channel first and a second jump-to is required. Although after that all jump-to's in the channel work as expected. Seems like an unlikely scenario tho. |
…iction_on_goto_message_on_system_messages
What types of system messages are you supposed to be able to jump to with this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works as expected 👍
5 sie 2023 13:30:19 pajlada ***@***.***>:
What types of system messages are you supposed to be able to jump to with this PR?
—
Reply to this email directly, view it on GitHub[#4614 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AF62MIQ2ENPYRS6XUFBKGE3XTYVEFANCNFSM6AAAAAAX32Q5JQ].
You are receiving this because you authored the thread.[Obrazek śledzący][https://github.com/notifications/beacon/AF62MITKJ5OWF4IT2X2KJD3XTYVEFA5CNFSM6AAAAAAX32Q5JSWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTDKRZNQ.gif]Message ID: ***@***.***>
Should work on any gray system message? Disconnects, reconnects and the like might be problematic since they are spammed in every channel.
|
yep it's my bad, I forgot to rebuild the app 😎 |
…on_system_messages
…on_system_messages
…hatterino#4614) * Remove restriction on go to message on system messages Fixes Chatterino#4608 * changelog * Change the changelog entry from a bugfix to minor --------- Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
…hatterino#4614) * Remove restriction on go to message on system messages Fixes Chatterino#4608 * changelog * Change the changelog entry from a bugfix to minor --------- Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
Description
Fixes #4608. This has the catch that system messages will be shown in the first channel when doing Go To Message from a multichannel search. This is a little bit of a lazy fix.