Add glitch-soc local setting to display reply counters

Defaults to false.
This commit is contained in:
Thibaut Girka
2018-08-22 13:17:21 +02:00
committed by ThibG
parent d62ea55d51
commit 3c49daeb8d
4 changed files with 31 additions and 4 deletions

View File

@@ -528,6 +528,7 @@ export default class Status extends ImmutablePureComponent {
{...other}
status={status}
account={status.get('account')}
showReplyCount={settings.get('show_reply_count')}
/>
) : null}
{notification ? (