discourse/plugins/poll/spec
Jarek Radosz 5a8e6de42c
FIX: Don't publish polls on message bus when there are no polls (#15041)
`poll` plugin was publishing on `/polls/[topic_id]` every time a non-first post was created. I can't imagine this being needed. It regressed 3 years ago in https://github.com/discourse/discourse/pull/6359
2021-11-22 12:31:53 +01:00
..
controllers FEATURE: Allow users to remove their vote (#14459) 2021-10-05 11:38:49 +03:00
integration FIX: Validate number of votes allowed per poll per user. (#15001) 2021-11-19 09:50:08 +08:00
jobs/regular DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
lib FIX: Don't publish polls on message bus when there are no polls (#15041) 2021-11-22 12:31:53 +01:00
models FIX: no error when double save post with poll (#13111) 2021-05-27 08:39:51 +10:00
requests DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
serializers FIX: hides votes from regular users when poll is staff only (#11342) 2020-11-24 22:19:06 +01:00