"new" flag on conference hotlist sidebox works (it's a bell)

This commit is contained in:
2026-01-26 16:26:51 -07:00
parent c83ac65f7e
commit 58aa01361d
4 changed files with 20 additions and 2 deletions
+1
View File
@@ -22,6 +22,7 @@
<a href="{{ item.Link }}" class="text-blue-700 hover:text-blue-900 font-bold">{{ item.Text }}</a>
<span class="text-black"> ({{ item.Text2 }})</span>
</div>
{{ if item.Flags["new"] }}<span class="ml-1" title="There are new messages in this conference">🔔</span>{{ end }}
</div>
{{ end }}
{{ else }}