Skip to content

fix: breaking threadmenu fixes.#3425

Open
lorenzo132 wants to merge 19 commits into
developmentfrom
users/lorenzo/breaking-threadmenu-fix
Open

fix: breaking threadmenu fixes.#3425
lorenzo132 wants to merge 19 commits into
developmentfrom
users/lorenzo/breaking-threadmenu-fix

Conversation

@lorenzo132
Copy link
Copy Markdown
Member

This PR solves the following:

  • thread creation menu null pointer bugs
  • false cancelled cache entry
  • If a menu times out, and the user send multiiple messages in the meantime the user would not be able to create a new thread with previous code.

Taaku18 and others added 2 commits December 9, 2025 18:05
This PR solves the following:
- thread creation menu null pointer bugs
- false cancelled cache entry
- If a menu times out, and the user send multiiple messages in the meantime the user would not be able to create a new thread with previous code.
@StephenDaDev
Copy link
Copy Markdown
Member

I'll lump this in with v4.3.0 as well even though it wasn't included in our previous discussions

@StephenDaDev StephenDaDev added changelog Changes in PR have been added to draft release that will be used for the changelog on the next ver. and removed changelog Changes in PR have been added to draft release that will be used for the changelog on the next ver. labels Dec 22, 2025
martinbndr
martinbndr previously approved these changes Dec 23, 2025
This resolves an issue introduced in: #3423
Autocloses would fail.
Copilot AI review requested due to automatic review settings December 24, 2025 15:50
@lorenzo132 lorenzo132 requested review from StephenDaDev, martinbndr and sebkuip and removed request for Copilot December 24, 2025 15:51
martinbndr
martinbndr previously approved these changes Dec 28, 2025
lorenzo132 and others added 15 commits February 14, 2026 18:11
Replaces the claim plugin by fourjr to my claim plugin due to being fundamentally broken as of the current time. It has been created few support issues already that were not successfull to use the plugin.
This adds two commands for renaming snippets and aliases for easier name editing.
Fixes config_help notes variables inside the `thread_close_response` and `thread_self_close_response`.
* Git Repository check for bot update

Adds a check mechanism for the `?update` command and the autoupdate task to ensure the bot has been installed via git before trying to update it.

* Fix typo in update command

---------

Co-authored-by: Sebastian <61157793+sebkuip@users.noreply.github.com>
* Updates Plugin Wiki Link

As the github repo wiki got moved to the own docs page this link needs to be updated.
I will update it accordingly if docs may change later.

* Fix @local/name doc

* Chnaged Plugin Help Link for #3322

Plugin Help link got moved again into a new page of the docs.

---------

Co-authored-by: Sebastian <61157793+sebkuip@users.noreply.github.com>
* Threadmenu now supports submenus

* Fix a small issue with path not resetting after main menu.

* Fix copilot suggestions

* Black formatting

* Fix undeclared vars

* threadmenu: submenu navigation fixes

Signed-off-by: lorenzo132 <50767078+lorenzo132@users.noreply.github.com>

* threadmenu: submenu navigation fixes

Refactor thread creation menu handling to improve path management and submenu navigation.

Signed-off-by: lorenzo132 <50767078+lorenzo132@users.noreply.github.com>

* Fix formatting according to black

---------

Signed-off-by: lorenzo132 <50767078+lorenzo132@users.noreply.github.com>
Co-authored-by: lorenzo132 <50767078+lorenzo132@users.noreply.github.com>
* improvements changelog.md

* remove advancedmenu plugin

* fix: hide privatekey from changelog

This is for internal use only.

* black formatting

* feat: dispatch event for snoozing/unsnoozing.

This allows plugin developers to create feature on snoozing/unsnoozing.

* bump pipfile

* Update Pipfile.lock

* black formatting

* sync with pipfile.

---------

Co-authored-by: Sebastian <61157793+sebkuip@users.noreply.github.com>
* Add threadmenu toggle notice

Adds a notice to the `threadmenu toggle` command. It gets displayed if the advancedmenu plugin is part of the bot and checks if its enabled at the same time. useful for users because both would interrupt eachother.

* Threadmenu toggle notice link

Adds a link to the migration guide for the legacy plugin.
Improves the make_alias function.
* Fixes thread_auto_close execution when disabled.

This fixes the issue #3290 which caused threads to be auto-closed even if `thread_auto_close` has been disabled.

There was also an issue that closed the thread when the user has responded to mods. The thread should stay open and only auto close when the staff has replied back.

* fix: prevent autoclosing when close has been cancelled.

This solves the thread from autoclosing if the closure has been cancelled earlier in a thread.

* fix: AttributeError / lower mongo calls.

I had added a small bugfix aswell for pagination when an invalid config var was given.

This happened to occur upon removing the `thread_auto_close` config.

---------

Co-authored-by: lorenzo132 <lhoorn4@gmail.com>
Co-authored-by: lorenzo132 <50767078+lorenzo132@users.noreply.github.com>
This PR solves the following:
- thread creation menu null pointer bugs
- false cancelled cache entry
- If a menu times out, and the user send multiiple messages in the meantime the user would not be able to create a new thread with previous code.
This resolves an issue introduced in: #3423
Autocloses would fail.
* support to edit and delete plain reply messages

* fix linting

* fix: not rely on mod_color as originally was made.

This will avoid crashes when the mod_color get changed.

* fix: typeerror / refactor

* fix linting

* silent unneeded noise
@lorenzo132 lorenzo132 enabled auto-merge (rebase) May 12, 2026 15:42
@lorenzo132 lorenzo132 disabled auto-merge May 12, 2026 15:42
Signed-off-by: lorenzo132 <50767078+lorenzo132@users.noreply.github.com>
@lorenzo132 lorenzo132 requested a review from martinbndr May 12, 2026 15:46
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.

5 participants