diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2026-08-09 20:56:40 +0200 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2026-08-09 20:56:40 +0200 |
| commit | ad70b2b31ac9ecf78d9b909380c54fd5826b54d8 (patch) | |
| tree | a9664238d0ff714ccbd925e1da3c9994847e5ecf /src/Main.hs | |
| parent | 4b8960ce83d29a63c71ea39b4376d5d9b78b5cdf (diff) | |
Allow channel notes
Diffstat (limited to 'src/Main.hs')
| -rw-r--r-- | src/Main.hs | 1 |
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 |
