1
0
Fork 0
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:
diamondburned 2021-03-25 23:39:53 -07:00
parent 9eb392a954
commit deb4ccb32b

View file

@ -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
}