Conversation
added 3 commits
February 13, 2026 00:28
- unpinall: unpin all messages via api.unpin_all_chat_messages - chatinfo: /settitle and /setdescription for chat metadata - customtitle: set admin custom titles (16 char limit) - slowmode: control slow mode delay (off/10s/30s/1m/5m/15m/1h) - topic: forum topic management (create/close/reopen/delete/rename) - joinrequest: configurable join request policy (auto-approve, auto-reject, manual with approve/reject buttons); hooks into on_chat_join_request router event - chatpermissions: inline keyboard UI to toggle default chat permissions with live updates via set_chat_permissions
# Conflicts: # src/core/router.lua # src/plugins/admin/init.lua # src/plugins/admin/slowmode.lua # src/plugins/admin/topic.lua
# Conflicts: # src/core/router.lua
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
api.unpin_all_chat_messages/settitleand/setdescriptionfor chat metadataon_chat_join_requestDepends on #94 (router expansion) for
on_chat_join_requesthook.Test plan
/unpinallin a group with pinned messages/settitle New Titleand/setdescription New desc/customtitle @admin Custom Title/slowmode 30sand/slowmode off/topic create Testin a forum-enabled group/joinrequest auto-approvethen have someone request to join/permissionstoggles in a group🤖 Generated with Claude Code