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/Pages.hs | |
| parent | 4b8960ce83d29a63c71ea39b4376d5d9b78b5cdf (diff) | |
Allow channel notes
Diffstat (limited to 'src/Pages.hs')
| -rw-r--r-- | src/Pages.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Pages.hs b/src/Pages.hs index fa7660b..9b65de2 100644 --- a/src/Pages.hs +++ b/src/Pages.hs @@ -61,6 +61,7 @@ data LogData = LogData { network :: Text , channel :: Text , alias :: Text + , note :: Maybe Text , totalevents :: Text , efAll :: Bool , efCompr :: Bool |
