mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 22:01:13 +08:00
15 lines
459 B
Markdown
15 lines
459 B
Markdown
---
|
|
title: talk-plugin-deep-reply-count
|
|
permalink: /plugin/talk-plugin-deep-reply-count/
|
|
layout: plugin
|
|
plugin:
|
|
name: talk-plugin-deep-reply-count
|
|
provides:
|
|
- Server
|
|
---
|
|
|
|
The Deep Reply Count plugin will add a new graph edge, `Comment.deepReplyCount`
|
|
that will return the count of all descendant replies.
|
|
|
|
**Warning: Enabling the talk-plugin-deep-reply-count plugin introduces a significant
|
|
performance impact on larger sites, use with care.** |