You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I edit one of my messages in a 1-1 with someone, the edit is sent back to me in IRC, apparently from my own nick.
For example, if I'm chatting to someone in the Web interface, and write "test", and then change it to "test2", then at that point I immediately receive a privmsg in my IRC session, apparently from "Kev" (my own nick), with the text of "test2*".
My guess is that this is because lib/events/message_edit_event.rb lacks the check from lib/events/message_event.rb:6 (or similar).
The text was updated successfully, but these errors were encountered:
When I edit one of my messages in a 1-1 with someone, the edit is sent back to me in IRC, apparently from my own nick.
For example, if I'm chatting to someone in the Web interface, and write "test", and then change it to "test2", then at that point I immediately receive a privmsg in my IRC session, apparently from "Kev" (my own nick), with the text of "test2*".
My guess is that this is because lib/events/message_edit_event.rb lacks the check from lib/events/message_event.rb:6 (or similar).
The text was updated successfully, but these errors were encountered: