Fix missing guild folder labels

This commit is contained in:
diamondburned 2021-03-25 23:39:53 -07:00
parent 9eb392a954
commit deb4ccb32b
1 changed files with 2 additions and 0 deletions

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
}