Skip to content

Don't send redundant capability updates

Simon Ser requested to merge github/fork/coderkalyan/caps into master

Created by: coderkalyan

As discussed on IRC, we don't need to send capability updates to clients if the capabilities haven't changed (i.e. a redundant mouse was removed). Ultra simple PR, just checks if the capability has changed, and returns otherwise. LMK if I missed/forgot/misunderstood something.

Merge request reports