-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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
Keep track of last matrix activity #10730
Conversation
970e75f
to
78faf47
Compare
b75a688
to
7feebb3
Compare
6c8c734
to
0860c29
Compare
0860c29
to
ace26c9
Compare
@mtei any other concerns, or are we happy with a merge? |
@mtei Been a while since I looked at this PR, but I believe it was so that the full matrix is made available at the time EDIT: Re-investigating, I don't think this is an issue with the old behaviour -- will sort out rollback of that specific portion. |
…ntation of display timeouts and the like.
7427806
to
4efdee0
Compare
Newer, simpler implementation seems to work fine. |
This reverts commit 79d1db3.
* Allow recording of the last matrix activity time, to simplify implementation of display timeouts and the like. * Add requested changes from code review. * Simplify split matrix last changed.
This reverts commit 3d6315d.
Description
This PR adds support for recording the last time matrix activity was detected.
Two new APIs have been added:
These values are compatible with normal matrix scanning, as well as split_common.
Types of Changes
Checklist