mirror of
https://github.com/diamondburned/cchat-discord.git
synced 2025-04-24 06:04:37 +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.
|
// TODO: add folder updater from setting update events.
|
||||||
return func() {}, nil
|
return func() {}, nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue