add hook for user_info in admin-panel

This commit is contained in:
Vladless
2025-08-29 11:57:11 +03:00
parent 16d031d90e
commit 1487fb2858
2 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -1206,7 +1206,7 @@ async def process_user_search(
)
text = text_builder.as_html()
kb = build_user_edit_kb(tg_id, key_records, is_banned=is_banned)
kb = await build_user_edit_kb(tg_id, key_records, is_banned=is_banned)
if edit:
try: