Plugin de enquete refere-se a SiteSetting.poll_create_allowed_groups_map ausente

I’m running a phpbb3 import (which, on another issue, is failing to do imported user lookups, but I digress). I see a bunch of errors like

 Exception while creating post 1249111. Skipping.
undefined method `poll_create_allowed_groups_map' for class SiteSetting
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-8.0.2.1/lib/active_record/dynamic_matchers.rb:22:in `method_mis
sing'
/var/www/discourse/plugins/poll/lib/post_validator.rb:14:in `validate_post'
/var/www/discourse/plugins/poll/plugin.rb:77:in `block (2 levels) in activate!'

It seems that the SiteSetting it’s referring to doesn’t exist.

I guess those references to SiteSetting.poll_create_allowed_groups_map should be to SiteSetting.poll_create_allowed_groups.split('|').map(&:to_i)?

Looks like it happened here: DEV: Move core plugin TL -> group settings (#25355) · discourse/discourse@a03f87b · GitHub

If only I could figure out why user lookups are failing. . .