Making polls ‘Show who voted’ by default

I don’t think there is a setting to change that behavior. But you may be able to do it from a theme component, with some custom JS. Here’s the property that controls if it is checked or unchecked: https://github.com/discourse/discourse/blob/main/plugins/poll/assets/javascripts/controllers/poll-ui-builder.js#L51

5 Likes