summaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2026-08-09 20:56:40 +0200
committerTom Smeding <tom@tomsmeding.com>2026-08-09 20:56:40 +0200
commitad70b2b31ac9ecf78d9b909380c54fd5826b54d8 (patch)
treea9664238d0ff714ccbd925e1da3c9994847e5ecf /src/Main.hs
parent4b8960ce83d29a63c71ea39b4376d5d9b78b5cdf (diff)
Allow channel notes
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Main.hs b/src/Main.hs
index 1bd6496..c4d4460 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -93,6 +93,7 @@ pageLog conf index req alias =
{ network = chanNetwork chan
, channel = chanChannel chan
, alias = alias
+ , note = Map.lookup alias (confNotes conf)
, totalevents = renderLargeNumber numEvents
, efAll = kind == CKAll
, efCompr = kind == CKCompressed