0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-12 02:52:01 +08:00
discourse/plugins/discourse-post-voting/spec/system
Krzysztof Kotlarek fcbdfe1051
DEV: Eliminate unnecessary post fetch in reviewable timeline (#36685)
The reviewable timeline was making an extra API call to fetch the full
  Post object when it only needed the created_at timestamp. This was
  inefficient as it loaded the entire post record with cooked content,
  raw content, and other attributes that weren't used.

  This change adds target_created_at to the reviewable serializers,
  allowing the frontend to access the timestamp directly from the
  reviewable data.
2025-12-15 14:33:40 +08:00
..
page_objects/pages
core_features_spec.rb
post_voting_spec.rb DEV: Purge the widget rendering system (#36109) 2025-11-26 16:10:02 -03:00
viewing_reviewable_spec.rb DEV: Eliminate unnecessary post fetch in reviewable timeline (#36685) 2025-12-15 14:33:40 +08:00