window only flashes for active convo #348

Open
opened 2020-10-23 00:22:41 +00:00 by erinn · 0 comments
Owner

In ChatOverlay.qml we were flashing the window in ChatOverlay's onAppendMessage, which is only fired for the currently active conversation. I've preserved this partial functionality in my message model update (#347) by moving it to mm.onRowsInserted, but the bug remains.

We'll probably need a new signal forwarded to qml whenever NewMessageFromPeer/Group on the event bus happen... and an option to turn it off...

In ChatOverlay.qml we were flashing the window in ChatOverlay's onAppendMessage, which is only fired for the currently active conversation. I've preserved this partial functionality in my message model update (#347) by moving it to mm.onRowsInserted, but the bug remains. We'll probably need a new signal forwarded to qml whenever NewMessageFromPeer/Group on the event bus happen... and an option to turn it off...
sarah added the
bug
label 2020-10-23 19:54:24 +00:00
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cwtch.im/ui#348
No description provided.