Diffdown is a real-time collaborative Markdown editor/previewer built on the AT Protocol diffdown.com

Show comment sidebar for document owners, not just collaborators

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

+1 -1
+1 -1
templates/document_edit.html
··· 82 82 {{end}} 83 83 84 84 <!-- Comment sidebar --> 85 - {{if .IsCollaborator}} 85 + {{if or .IsCollaborator .IsOwner}} 86 86 <div id="comment-sidebar" class="comment-sidebar"> 87 87 <div class="comment-sidebar-header">Comments</div> 88 88 <div id="comment-threads" class="comment-threads"></div>