Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create beatmap descriptions forum in forum seeder #11833

Merged
merged 3 commits into from
Feb 5, 2025

Conversation

bdach
Copy link
Contributor

@bdach bdach commented Jan 31, 2025

This ensures that #11706 can work on local setups.

A similar forum existed prior to #8641 and was excised probably because it was useless at the time.

This ensures that ppy#11706 can work on
local setups.
Comment on lines 98 to 101
->where([
['forum_id', '<>', $GLOBALS['cfg']['osu']['user']['user_page_forum_id']],
['forum_id', '<>', $GLOBALS['cfg']['osu']['forum']['beatmap_description_forum_id']],
])
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
->where([
['forum_id', '<>', $GLOBALS['cfg']['osu']['user']['user_page_forum_id']],
['forum_id', '<>', $GLOBALS['cfg']['osu']['forum']['beatmap_description_forum_id']],
])
->whereNotIn('forum_id', [
$GLOBALS['cfg']['osu']['user']['user_page_forum_id'],
$GLOBALS['cfg']['osu']['forum']['beatmap_description_forum_id'],
])

@nanaya nanaya merged commit 13997fb into ppy:master Feb 5, 2025
3 checks passed
@bdach bdach deleted the seed-beatmaps-forum branch February 5, 2025 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants