mirror of
https://github.com/diamondburned/cchat-discord.git
synced 2025-01-08 20:16:45 +00:00
Fix missing guild folder labels
This commit is contained in:
parent
9eb392a954
commit
deb4ccb32b
|
@ -56,6 +56,8 @@ func (gf *GuildFolder) Name(ctx context.Context, l cchat.LabelContainer) (func()
|
|||
}
|
||||
}
|
||||
|
||||
l.SetLabel(name)
|
||||
|
||||
// TODO: add folder updater from setting update events.
|
||||
return func() {}, nil
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue