discourse/plugins/poll
Selase Krakani 55bdab2b3b
FIX: Ensure poll extraction is not attempted if post body is absent (#19718)
Since the poll post handler runs very early in the post creation
process, it's possible to run the handler on an obiviously invalid post.

This change ensures the post's `raw` value is present  before
proceeding.
2023-01-13 01:47:44 +00:00
..
app DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00
assets DEV: Apply prettier to hbs files 2022-12-28 13:11:12 +00:00
config Update translations (#19633) 2022-12-28 13:32:29 +01:00
db/migrate DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00
jobs/regular DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00
lib FIX: Ensure poll extraction is not attempted if post body is absent (#19718) 2023-01-13 01:47:44 +00:00
spec FIX: Ensure poll extraction is not attempted if post body is absent (#19718) 2023-01-13 01:47:44 +00:00
test/javascripts DEV: Load plugin CSS in tests (#18668) 2022-10-19 18:10:06 +01:00
plugin.rb DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00