Show comments in the Timebar (#442)

Show comments in the Timebar
This commit is contained in:
MrPercheul
2022-09-20 14:16:16 +02:00
committed by GitHub
parent de5bd07a90
commit cba2ed75ed
10 changed files with 669 additions and 8 deletions

View File

@ -22,6 +22,7 @@ MediaCMS.features = {
dislike: {% if CAN_DISLIKE_MEDIA %}true{% else %}false{% endif %},
download: true,
comment: true,
timestampTimebar: {% if TIMESTAMP_IN_TIMEBAR %}true{% else %}false{% endif %},
comment_mention: {% if CAN_MENTION_IN_COMMENTS %}true{% else %}false{% endif %},
save: true,
},