diff options
| author | citrons <citrons@mondecitronne.com> | 2025-06-09 14:45:51 -0500 |
|---|---|---|
| committer | citrons <citrons@mondecitronne.com> | 2025-06-09 14:46:11 -0500 |
| commit | cd06a27e20717cdfbcc6840328f67405acc7c9e7 (patch) | |
| tree | 9cc2e9c67c749f4a9e263d586a244b7e7746b5fd /client/channel_list.go | |
| parent | dc957f6bb77c9d89b52f22b605f79f7be110f546 (diff) | |
jump to message
Diffstat (limited to 'client/channel_list.go')
| -rw-r--r-- | client/channel_list.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/channel_list.go b/client/channel_list.go index 2daf619..25d093f 100644 --- a/client/channel_list.go +++ b/client/channel_list.go @@ -32,7 +32,7 @@ func (cl *channelList) setChannels(cs []proto.Object) { *cl = nil for _, c := range cs { *cl = append(*cl, channelListEntry { - c.Fields[""], channelLocation {c.Id}, false, + c.Fields[""], channelLocation {id: c.Id}, false, }) } sort.Sort(cl) |
