Changing sd.comment.public doesn't update the status of the comment in the JSD agent view

I have written a short REST Client that calls

{BASE_URL}/rest/api/3/comment/{comment_id}/properties/sd.comment.public

It works as expected. When I send ‘value’: {‘internal’: True} as the body, it sets the comment to be internal and the comment no longer appears on the Portal view. HOWEVER- the JSD comment list doesn’t update with an Internal flag and when I retrieve the full comment, the “jsdpublic” flag is still set to “true” even though the property is actually internal.

I think that this is a bug in the comment handling in JSD Cloud. Has any one else seen this?