Update listTopics property test comment to reflect most-recent-post ordering

By refactorer.
This commit is contained in:
Chris Troutner
2026-09-04 06:59:50 -07:00
parent f7647c70f4
commit 57915081c6
@@ -7,7 +7,7 @@
- listTopics conservation: the sum of postCounts equals the number of
post entries in the rooms store, each room's count matches its own post
entries, and the topics are returned sorted by room name.
entries, and the topics are returned sorted by most recent post.
- getTopicPostTxids ordering + pagination: posts are returned newest-first
by block height, the total matches the room's post entries, and the
offset/limit slice is exact.