From cd06a27e20717cdfbcc6840328f67405acc7c9e7 Mon Sep 17 00:00:00 2001 From: citrons Date: Mon, 9 Jun 2025 14:45:51 -0500 Subject: jump to message --- client/channel_list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/channel_list.go') 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) -- cgit v1.2.3