-
-
Notifications
You must be signed in to change notification settings - Fork 188
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
Fix prof_pre_chat_message_display
does not replace sent messages + minor refactoring
#1918
Fix prof_pre_chat_message_display
does not replace sent messages + minor refactoring
#1918
Conversation
87de207
to
b545532
Compare
Revision-1Rebased on master Note for myself: never use github's rebase anymore |
b545532
to
2607190
Compare
What a mess... Further revision is intended just to clean it up. |
010efbd
to
4d219ce
Compare
Revision-2Change memory handling to suggested by @sjaeckel method. Revision-3
|
Ensure consistent invocation of `plugins_pre_chat_message_display` for outgoing messages. Before the change, the function was not called for sent messages upon sending, but only on fetching sent messages from DB. Fix profanity-im#1917
4d219ce
to
b19f668
Compare
Revision 4
|
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.
Looks good to me. Since jaeckel was involved I will also set him as reviewer and wait for it.
How to test the functionality
Hello, how are you today? :)
Fix #1917