0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 21:45:25 +08:00
discourse/plugins/discourse-post-voting/extensions
Mark VanLandingham 5136e82b6d
DEV: Disable post voting plugin on nested replies topics (#40305)
This disables the post voting plugin behavior on nested topics. We are
removing some memoization here, but the memoization doesn't _really_
save us much as memoizing falsey values with `||=` has to be recomputed
every time. Only saved a tiny but when the topic was indeed post voting
enabled.
2026-05-27 09:09:00 -05:00
..
post_extension.rb DEV: Enable Style/RedundantSelf rubocop rule (#40098) 2026-05-19 19:27:45 +02:00
post_serializer_extension.rb
topic_extension.rb DEV: Disable post voting plugin on nested replies topics (#40305) 2026-05-27 09:09:00 -05:00
topic_list_item_serializer_extension.rb
topic_view_extension.rb
topic_view_serializer_extension.rb
user_extension.rb