Bug #507
Don't invoke notification backends for Messages with self flag set
100%
Description
I have currently some issues with my network. Due to that, I have a log around 4-5 seconds betwenn quasselclient (win) and quasselcore (linux).
When I write someone something in a query, minimize the client and "do some work", after 4-5 seconds (due to the lag I guess) the notify with my message pops up.
So my next guess is: A notify is shown if something happened while the window is minimized.
Better would be: A notify is shown if something new happened which DIDN'T originate from me, while the window is minimized. I'm using e94adb7dab9f1dfcb9f792912a365e6c72728d82 on Windows XP
Associated revisions
History
#1 Updated by EgS almost 16 years ago
- Status changed from New to Feedback
If understood the issue correctly, then the title doesn't really fit. In general Quassel should never notify about messages that have the self-flag set. This flag indicates that you wrote that message.
In case that doesn't work for you the title should be imho rather be something like "quassel notifies about own messages".
#2 Updated by EgS almost 16 years ago
- Subject changed from Tooltip comes a little "late" to Don't invoke notification backends for Messages with self flag set
- Due date set to 02/16/2009
- Assignee set to Sputnick
- Target version set to 0.4.0
- OS set to Any
Sput: I'm assigning this to you, as you're the notification backend guy
#3 Updated by pennywise almost 16 years ago
I'm not sure what exactly triggers this event, maybe a highlighting rule is intervening as well. And yes, you're right, my title for this bug wasn't that clear.
#4 Updated by Sputnick almost 16 years ago
- Status changed from Feedback to Resolved
- % Done changed from 0 to 100
Applied in changeset dc2aa39d20b60e7cd8e0ba66ca6c9ed729add008.
Don't invoke notifications for own messages, fixes #507