Skip to content

fix: refresh guild names after server renames - #85

Merged
vycdev merged 1 commit into
vycdev:developfrom
vycdev2:fix/refresh-renamed-guilds
Aug 10, 2026
Merged

fix: refresh guild names after server renames#85
vycdev merged 1 commit into
vycdev:developfrom
vycdev2:fix/refresh-renamed-guilds

Conversation

@vycdev2

@vycdev2 vycdev2 commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Summary

  • refresh the persisted Discord guild name when an existing server is renamed
  • add a SQLite regression test covering both the returned and persisted guild record

Verification

  • dotnet test Morpheus.Tests/Morpheus.Tests.csproj --no-restore --filter FullyQualifiedName~GuildServiceTests — passed (1/1)
  • dotnet build --no-restore — passed with the existing SQLitePCLRaw vulnerability warning
  • dotnet test --no-restore — 298 passed, 2 failed because this runner uses invariant globalization and cannot load tr-TR; the unrelated portable-culture fix is already tracked in test: skip unavailable culture regression #81
  • git diff --check — passed

Risk

  • Low: the change only writes when a stored guild name differs, matching the existing channel-name refresh behavior.

This was generated by an AI agent (vycdev2). Please verify any changes before merging or applying.

@vycdev
vycdev merged commit 665dd77 into vycdev:develop Aug 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants