-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
added creply / cr #648
added creply / cr #648
Conversation
Co-authored-by: Frederik van der Els <[email protected]>
src/main/java/net/earthcomputer/clientcommands/mixin/commands/generic/ChatScreenMixin.java
Outdated
Show resolved
Hide resolved
anything else? |
anything else before merge? |
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.
Yes :).
src/main/java/net/earthcomputer/clientcommands/command/ReplyCommand.java
Outdated
Show resolved
Hide resolved
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.
on phone so can't commit
src/main/java/net/earthcomputer/clientcommands/command/ReplyCommand.java
Outdated
Show resolved
Hide resolved
src/main/java/net/earthcomputer/clientcommands/command/ReplyCommand.java
Outdated
Show resolved
Hide resolved
src/main/java/net/earthcomputer/clientcommands/command/ReplyCommand.java
Show resolved
Hide resolved
src/main/java/net/earthcomputer/clientcommands/command/ReplyCommand.java
Outdated
Show resolved
Hide resolved
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.
oops
src/main/java/net/earthcomputer/clientcommands/command/ReplyCommand.java
Outdated
Show resolved
Hide resolved
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.
bruh
src/main/java/net/earthcomputer/clientcommands/command/ReplyCommand.java
Outdated
Show resolved
Hide resolved
src/main/java/net/earthcomputer/clientcommands/command/ReplyCommand.java
Outdated
Show resolved
Hide resolved
lgtm |
src/main/java/net/earthcomputer/clientcommands/command/ReplyCommand.java
Outdated
Show resolved
Hide resolved
src/main/java/net/earthcomputer/clientcommands/command/ReplyCommand.java
Outdated
Show resolved
Hide resolved
lfg |
# Conflicts: # src/main/resources/mixins.clientcommands.json
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.
The current implementation decides who to reply to based on when the chat GUI was opened rather than when the message was sent. This is not good design, please find a different way to make sure you don't accidentally reply to the wrong person
It can be changed to be whoever sent you a DM first, but in the case of someone sending you something while you're typing, that creates a big problem. |
Why not just make it respond to whatever the last message was at the time you send the reply, minus a configurable delay, defaulting to, say, 0.5 seconds? |
sure |
src/main/java/net/earthcomputer/clientcommands/command/ReplyCommand.java
Outdated
Show resolved
Hide resolved
src/main/java/net/earthcomputer/clientcommands/command/ReplyCommand.java
Outdated
Show resolved
Hide resolved
src/main/java/net/earthcomputer/clientcommands/command/ReplyCommand.java
Outdated
Show resolved
Hide resolved
src/main/java/net/earthcomputer/clientcommands/command/ReplyCommand.java
Outdated
Show resolved
Hide resolved
weeee |
No description provided.