canUnstick function in Comments Panel

is there a way to alter who can unstick comments in the comment panel?

There is the canDelete function which I am using to only allow users of a certain role to delete the comments. I would like to do the same with sticky notes. It appears that only the user who stickied it has the ability to do so

Only thing I can think of off hand, and it’s a bit hacky, is to create a context menu giving users with the correct role the option to unstick the note. Then call a custom function on the comment panel to edit the sticky column for that note in the dataset.