[go: up one dir, main page]

Bug: Guild config cache not being updated

When GuildConfig.list() is called through config guild get, ring sets the value cache for the method. If that key is then updated with config guild set, the cache isn't updated with the new value, and config guild get will return incorrect results for the same set of parameters it was invoked with originally. We are updating GuildConfig.get(), but not GuildConfig.list(). This needs to be fixed.