mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 21:45:25 +08:00
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. |
||
|---|---|---|
| .. | ||
| post_extension.rb | ||
| post_serializer_extension.rb | ||
| topic_extension.rb | ||
| topic_list_item_serializer_extension.rb | ||
| topic_view_extension.rb | ||
| topic_view_serializer_extension.rb | ||
| user_extension.rb | ||