mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 00:16:57 +08:00
feat(web-agent): enhance message handling with edit capabilities and button descriptions
This commit is contained in:
+1
-1
@@ -722,7 +722,7 @@ class SkillsChain(ChainBase):
|
||||
buttons = None
|
||||
if self._supports_interactive_buttons(request.channel):
|
||||
buttons = []
|
||||
for index, skill in enumerate(page_items, start=1):
|
||||
for index, skill in enumerate(items, start=1):
|
||||
if not skill.removable:
|
||||
continue
|
||||
buttons.append(
|
||||
|
||||
Reference in New Issue
Block a user