ppy / osu-web

the browser-facing portion of osu!
https://osu.ppy.sh
GNU Affero General Public License v3.0
974 stars 380 forks source link

Match title on web doesn't update with `!mp name` #11230

Closed cl8n closed 3 months ago

cl8n commented 4 months ago
<clayton> !mp settings
<BanchoBot> Room name: Test title (old), History: https://osu.ppy.sh/mp/114019435
<BanchoBot> Team mode: HeadToHead, Win condition: Score
<BanchoBot> Players: 0
<clayton> !mp name Test title (new)
<BanchoBot> Room name updated to "Test title (new)"
<clayton> !mp settings
<BanchoBot> Room name: Test title (new), History: https://osu.ppy.sh/mp/114019435
<BanchoBot> Team mode: HeadToHead, Win condition: Score
<BanchoBot> Players: 0

the new title should be in use at this point, but the page still says old. https://osu.ppy.sh/community/matches/114019435

nanaya commented 4 months ago

the new title isn't set in database so there's nothing osu-web can do here

peppy commented 3 months ago

Is it agreed upon that the newest room name should be used in rename circumstances? If so, I can add support in bancho to do this.

cc @ThePooN for any tournament perspective on this.

ThePooN commented 3 months ago

Yep, heard this complaint before, and I see no reason not to. Fine to implement.